From cde1926a3c65830bceed5e8e76cd94e81b19386c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 26 Aug 2016 12:13:03 +1200 Subject: Put dotfiles manuals into their own section This probably contains a few mistakes --- vim/after/ftplugin/sh.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/after/ftplugin/sh.vim') diff --git a/vim/after/ftplugin/sh.vim b/vim/after/ftplugin/sh.vim index 81cbe6ef..96ad8e6d 100644 --- a/vim/after/ftplugin/sh.vim +++ b/vim/after/ftplugin/sh.vim @@ -5,7 +5,7 @@ let g:sh_isk='@,48-57,_,192-255,.,/' " Assume POSIX, I never write Bourne let g:is_posix=1 -" Use han(1) as a man(1) wrapper for Bash files if available +" Use han(1df) as a man(1) wrapper for Bash files if available if exists('b:is_bash') && executable('han') setlocal keywordprg=han endif -- cgit v1.2.3