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 57f6643 commit 1d3d9d5Copy full SHA for 1d3d9d5
plugin/context-commentstring.vim
@@ -29,7 +29,7 @@ function! s:UpdateCommentString()
29
if !empty(stack)
30
for name in map(stack, 'synIDattr(v:val, "name")')
31
if has_key(g:context#commentstring#table[&filetype], name)
32
- let &commentstring = g:context#commentstring#table[&filetype][name]
+ let &l:commentstring = g:context#commentstring#table[&filetype][name]
33
return
34
endif
35
endfor
0 commit comments