diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2016-12-11 13:23:00 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2016-12-11 13:23:00 +1300 |
commit | 0fb1d4290d36a5aa47689b0fbcc8f8901164311b (patch) | |
tree | f121f2fc050c1cbe9358f086497a9670023babfd /vim/after/ftplugin/sh.vim | |
parent | Add COOL->KRIEG to kvlt(6df) (diff) | |
download | dotfiles-0fb1d4290d36a5aa47689b0fbcc8f8901164311b.tar.gz dotfiles-0fb1d4290d36a5aa47689b0fbcc8f8901164311b.zip |
Reset most of my sh.vim customizations
There's been a lot of work done to sh.vim since these customisations
were made, and I can't remember why I made some of them. I'll work
without them for a while and reapply any of them if needed.
Diffstat (limited to 'vim/after/ftplugin/sh.vim')
-rw-r--r-- | vim/after/ftplugin/sh.vim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vim/after/ftplugin/sh.vim b/vim/after/ftplugin/sh.vim index 96ad8e6d..b6e5d2f6 100644 --- a/vim/after/ftplugin/sh.vim +++ b/vim/after/ftplugin/sh.vim @@ -1,7 +1,3 @@ -" 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,.,/' - " Assume POSIX, I never write Bourne let g:is_posix=1 |