Skip to content

Commit

Permalink
Comment updated
Browse files Browse the repository at this point in the history
  • Loading branch information
egberts committed Oct 22, 2020
1 parent 7ac3e5a commit 16a7d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/bind-named.vim
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ endif

syn case match

" iskeyword severly impacts '\<' and '\>' atoms
" iskeyword severly impacts '\w', '\<' and '\>' atoms, so don't change
setlocal iskeyword=.,-,48-58,A-Z,a-z,_
setlocal isident=.,-,48-58,A-Z,a-z,_

Expand Down

0 comments on commit 16a7d7e

Please sign in to comment.