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 7835f3d commit 01f7804Copy full SHA for 01f7804
indent/javascript.vim
@@ -68,7 +68,7 @@ function s:current_char()
68
endfunction
69
70
function s:token()
71
- return s:current_char() =~ '\w' ? expand('<cword>') : s:current_char()
+ return s:current_char() =~ '\k' ? expand('<cword>') : s:current_char()
72
73
74
" NOTE: moves the cursor
0 commit comments