Use signcolumn=number when available
This commit is contained in:
parent
c67f11a8f5
commit
587aeef5d7
@ -152,7 +152,11 @@ set formatoptions+=rq
|
|||||||
|
|
||||||
" Always show the signcolum
|
" Always show the signcolum
|
||||||
if exists('&signcolumn')
|
if exists('&signcolumn')
|
||||||
set signcolumn=yes
|
try
|
||||||
|
set signcolumn=number
|
||||||
|
catch /E474/
|
||||||
|
set signcolumn=auto
|
||||||
|
endtry
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Enable modeline
|
" Enable modeline
|
||||||
|
Loading…
x
Reference in New Issue
Block a user