Skip to content

Commit f349007

Browse files
committed
This effectively removes "-", "." and "/" from the set of word characters.
Prior to this, a `w` would skip over the entirety of /some/long/path-name. This is probably not what users expect, since they can use `W` for that.
1 parent 50b95cb commit f349007

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ftplugin/fish.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ setlocal foldexpr=fish#Fold()
55
setlocal formatoptions+=ron1
66
setlocal formatoptions-=t
77
setlocal include=\\v^\\s*\\.>
8-
setlocal iskeyword=@,48-57,-,_,.,/
98
setlocal suffixesadd^=.fish
109

1110
" Use the 'j' format option when available.

0 commit comments

Comments
 (0)