few fixes for the commenting and line wrapping behaviour

This commit is contained in:
Zahary Karadjov 2011-08-26 15:48:16 +03:00
commit 44750377f7
2 changed files with 15 additions and 0 deletions

View file

@ -7,3 +7,10 @@ let b:did_ftplugin = 1
let s:cpo_save = &cpo
set cpo&vim
setlocal formatoptions-=t formatoptions+=croql
setlocal comments=:#
setlocal commentstring=#\ %s
let &cpo = s:cpo_save
unlet s:cpo_save