aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-10-30 14:45:57 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-10-30 14:45:57 +1300
commit32e1d61778e5ca7c0892ae3caec651192516fa76 (patch)
treec29c36d39b51cfe354ea9bf0df2a575d6c1836ca /vim/after/ftplugin
parentRemove misfeature (diff)
downloaddotfiles-32e1d61778e5ca7c0892ae3caec651192516fa76.tar.gz
dotfiles-32e1d61778e5ca7c0892ae3caec651192516fa76.zip
Refine 'isk' setting in sh.vim
Diffstat (limited to 'vim/after/ftplugin')
-rw-r--r--vim/after/ftplugin/sh.vim4
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,.,/'
+