Skip to content
Snippets Groups Projects
Commit 41da8714 authored by Markus Bordihn's avatar Markus Bordihn Committed by Marijn Haverbeke
Browse files

[indent-fold addon] Removed suspicious "!" character

parent a91b714c
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ function lineIndent(cm, lineNo) {
return -1
return CodeMirror.countColumn(text, null, cm.getOption("tabSize"))
}
!
CodeMirror.registerHelper("fold", "indent", function(cm, start) {
var myIndent = lineIndent(cm, start.line)
if (myIndent < 0) return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment