From cba313322768aaebd1d7c33a1fecea255f0f46af Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Fri, 31 Oct 2014 02:06:55 -0400 Subject: [PATCH] Set the slrn comment string --- vim/config/after.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vim/config/after.vim b/vim/config/after.vim index 2626023..10e938b 100644 --- a/vim/config/after.vim +++ b/vim/config/after.vim @@ -46,7 +46,8 @@ endif 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 - autocmd FileType tmux,taskrc setlocal commentstring=#\ %s "remove the horizontal cursor line + autocmd FileType tmux,taskrc setlocal commentstring=#\ %s "set the comment string to # + autocmd FileType slrnrc setlocal commentstring=%%\ %s "set the comment string to % autocmd BufEnter,FileType taskreport,qf,help* setlocal nowrap nocursorcolumn "disable text wrapping and the vertical cursor line autocmd BufEnter,FileType extradite setlocal number "enable line numbers in extradite