diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2014-10-30 14:45:57 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2014-10-30 14:45:57 +1300 |
commit | 32e1d61778e5ca7c0892ae3caec651192516fa76 (patch) | |
tree | c29c36d39b51cfe354ea9bf0df2a575d6c1836ca /vim/after/ftplugin/sh.vim | |
parent | Remove misfeature (diff) | |
download | dotfiles-32e1d61778e5ca7c0892ae3caec651192516fa76.tar.gz dotfiles-32e1d61778e5ca7c0892ae3caec651192516fa76.zip |
Refine 'isk' setting in sh.vim
Diffstat (limited to 'vim/after/ftplugin/sh.vim')
-rw-r--r-- | vim/after/ftplugin/sh.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/after/ftplugin/sh.vim b/vim/after/ftplugin/sh.vim new file mode 100644 index 00000000..d612eba8 --- /dev/null +++ b/vim/after/ftplugin/sh.vim @@ -0,0 +1,4 @@ +" Include slashes as part of 'isk' so that e.g. 'local' in '/usr/local/mysql' +" doesn't highlight +let g:sh_isk='@,48-57,_,192-255,.,/' + |