From 22340127831e1c305436783c313be243b8b8eefd Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 21 Oct 2015 16:03:43 +1300 Subject: Consistent quoting --- vim/after/ftplugin/sh.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/after/ftplugin/sh.vim b/vim/after/ftplugin/sh.vim index e872844d..2f333cb5 100644 --- a/vim/after/ftplugin/sh.vim +++ b/vim/after/ftplugin/sh.vim @@ -3,7 +3,7 @@ let g:sh_isk='@,48-57,_,192-255,.,/' " Use han(1) as a man(1) wrapper for Bash files if available -if exists("b:is_bash") && executable('han') +if exists('b:is_bash') && executable('han') setlocal keywordprg=han endif -- cgit v1.2.3