We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 289352d commit cefb7bcCopy full SHA for cefb7bc
indent/clojure.vim
@@ -78,7 +78,7 @@ endfunction
78
" of backslash characters (i.e. escaped).
79
function! s:IsEscaped(line_str, i_char)
80
let ln = a:line_str[: a:i_char - 1]
81
- return (strlen(ln) - strlen(trim(ln, '\', 2))) % 2
+ return ! strlen(trim(ln, '\', 2)) % 2
82
endfunction
83
84
" Used during list function indentation. Returns the position of the first
0 commit comments