Skip to content

Commit 16a7d7e

Browse files
author
egberts
committed
Comment updated
1 parent 7ac3e5a commit 16a7d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/bind-named.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ endif
127127

128128
syn case match
129129

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

0 commit comments

Comments
 (0)