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 65e68f5 commit 12a6f46Copy full SHA for 12a6f46
indent/javascript.vim
@@ -124,7 +124,7 @@ function s:IsBlock(...)
124
return char != '{'
125
elseif syn =~? 'comment'
126
return search('\/[/*]','bW') && s:IsBlock(l:ln)
127
- elseif char =~# '\l'
+ elseif char =~# '\a'
128
return index(split('return const let import export yield default delete var void typeof throw new in instanceof')
129
\ , expand('<cword>')) < (0 + (line('.') != l:ln))
130
elseif char == '>'
0 commit comments