removing $ from the list of valid keyword characters in shellscripts

This commit is contained in:
Kevin MacMartin 2014-07-11 01:04:40 -04:00
parent 3a54ccda8d
commit b34b7254a3

View file

@ -33,7 +33,6 @@ endif
autocmd FileType notes,mail,notmuch,mkd,text setlocal nonumber autocmd FileType notes,mail,notmuch,mkd,text setlocal nonumber
autocmd FileType mail,notmuch,text setlocal wrap autocmd FileType mail,notmuch,text setlocal wrap
autocmd FileType notes setlocal tw=80 autocmd FileType notes setlocal tw=80
autocmd FileType sh setlocal iskeyword+=$
autocmd FileType help* wincmd L "help windows always open vertically 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* vertical resize 80 "set the window size to 80 cols
autocmd FileType help* setlocal nocursorline "remove the horizontal cursor line autocmd FileType help* setlocal nocursorline "remove the horizontal cursor line