We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee73c5 commit a4beb52Copy full SHA for a4beb52
indent/clojure.vim
@@ -56,7 +56,7 @@ function! s:TokeniseLine(line_num)
56
let t_char = ln[t_idx]
57
if t_char ==# ';'
58
" Comment found, reset the token list for this line.
59
- tokens = []
+ let tokens = []
60
elseif t_char =~# '[()\[\]{}"]'
61
" Add token to the list.
62
call add(tokens, [t_char, token])
0 commit comments