We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f5629 commit 419f0d6Copy full SHA for 419f0d6
indent/javascript.vim
@@ -73,7 +73,7 @@ endfunction
73
74
" NOTE: moves the cursor
75
function s:previous_token()
76
- return search('\<\|[^[:alnum:]_$[:space:]]','bW') ? s:token() : ''
+ return search('\<\|[][`^!"%-/:-?{-~]','bW') ? s:token() : ''
77
endfunction
78
79
function s:Trim(ln)
0 commit comments