From b34b7254a35140376191cd930286175ad9ae818f Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Fri, 11 Jul 2014 01:04:40 -0400 Subject: [PATCH] removing $ from the list of valid keyword characters in shellscripts --- vim/config/after.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/vim/config/after.vim b/vim/config/after.vim index e6da993..4a9214e 100644 --- a/vim/config/after.vim +++ b/vim/config/after.vim @@ -33,7 +33,6 @@ endif autocmd FileType notes,mail,notmuch,mkd,text setlocal nonumber autocmd FileType mail,notmuch,text setlocal wrap autocmd FileType notes setlocal tw=80 - autocmd FileType sh setlocal iskeyword+=$ autocmd FileType help* wincmd L "help windows always open vertically autocmd FileType help* vertical resize 80 "set the window size to 80 cols autocmd FileType help* setlocal nocursorline "remove the horizontal cursor line