Step 241: text-first defaults and trim headers
This commit is contained in:
@@ -218,6 +218,7 @@
|
||||
return "";
|
||||
}
|
||||
|
||||
|
||||
void updateFolds(const std::string& text, const std::string& language) {
|
||||
if (text == lastFoldText_ && language == lastFoldLang_) return;
|
||||
lastFoldText_ = text;
|
||||
|
||||
Reference in New Issue
Block a user