Skip to content

Commit

Permalink
accurate collection (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
bounceme authored Nov 8, 2016
1 parent b0f5629 commit 419f0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indent/javascript.vim
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ endfunction

" NOTE: moves the cursor
function s:previous_token()
return search('\<\|[^[:alnum:]_$[:space:]]','bW') ? s:token() : ''
return search('\<\|[][`^!"%-/:-?{-~]','bW') ? s:token() : ''
endfunction

function s:Trim(ln)
Expand Down

0 comments on commit 419f0d6

Please sign in to comment.