Delete comment char when joining commented lines

This commit is contained in:
Janko Marohnić
2014-11-20 00:02:50 +01:00
committed by Tim Pope
parent 64aa12b07b
commit b30dcf387a

View File

@@ -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