diff --git a/plugin/sensible.vim b/plugin/sensible.vim index 15ca42c..bddb86b 100644 --- a/plugin/sensible.vim +++ b/plugin/sensible.vim @@ -54,6 +54,10 @@ if &listchars ==# 'eol:$' set listchars=tab:>\ ,trail:-,extends:>,precedes:<,nbsp:+ endif +if v:version > 703 || v:version == 703 && has("patch541") + set formatoptions+=j " Delete comment character when joining commented lines +endif + if has('path_extra') setglobal tags-=./tags tags^=./tags; endif