syntastic/syntax_checkers/sh
Daniel Hahler 3060c6b2ea Do not expand() shell vars
This is especially important when testing/using variables that do not
exist, because then a new shell is spawned by Vim.
But since they should be available already in Vim from the (shell) env
there is no point in doing so.

See also: http://www.reddit.com/r/vim/comments/2el2zo
2014-08-26 17:40:28 +02:00
..
checkbashisms.vim Minor cleanup: &cpo guards and formatting. 2014-01-03 11:29:08 +02:00
sh.vim Do not expand() shell vars 2014-08-26 17:40:28 +02:00
shellcheck.vim makeprgBuild() refactor: add *_before and *_after options. 2014-01-28 21:44:44 +02:00