Index: head/editors/texstudio/files/patch-src_texstudio.cpp =================================================================== --- head/editors/texstudio/files/patch-src_texstudio.cpp (nonexistent) +++ head/editors/texstudio/files/patch-src_texstudio.cpp (revision 547402) @@ -0,0 +1,11 @@ +--- src/texstudio.cpp.orig 2020-09-03 02:38:42 UTC ++++ src/texstudio.cpp +@@ -3600,7 +3600,7 @@ void Texstudio::editEraseWordCmdEnv() + + switch (tk.type) { + case Token::commandUnknown: +- [[gnu::fallthrough]] ++ [[gnu::fallthrough]]; + case Token::command: + command = tk.getText(); + if (command == "\\begin" || command == "\\end") { Property changes on: head/editors/texstudio/files/patch-src_texstudio.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property