mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-12 21:13:48 -05:00
Delete comment char when joining commented lines
This commit is contained in:
@@ -54,6 +54,10 @@ if &listchars ==# 'eol:$'
|
|||||||
set listchars=tab:>\ ,trail:-,extends:>,precedes:<,nbsp:+
|
set listchars=tab:>\ ,trail:-,extends:>,precedes:<,nbsp:+
|
||||||
endif
|
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')
|
if has('path_extra')
|
||||||
setglobal tags-=./tags tags^=./tags;
|
setglobal tags-=./tags tags^=./tags;
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user