From 0fb1d4290d36a5aa47689b0fbcc8f8901164311b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 11 Dec 2016 13:23:00 +1300 Subject: 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. --- vim/after/ftplugin/sh.vim | 4 ---- 1 file changed, 4 deletions(-) (limited to 'vim/after/ftplugin/sh.vim') 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 -- cgit v1.2.3