mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:20:04 +08:00
parent
a65f2df62a
commit
ad44dbb07b
@ -94,7 +94,8 @@ function! s:enable_touchpad() abort
|
||||
call system('synclient touchpadoff=0')
|
||||
endfunction
|
||||
function! s:fixindentline() abort
|
||||
if !exists('s:done')
|
||||
if !exists('s:done') && has('conceal')
|
||||
" The indentLine plugin need conceal feature
|
||||
if exists(':IndentLinesToggle') == 2
|
||||
IndentLinesToggle
|
||||
IndentLinesToggle
|
||||
|
Loading…
Reference in New Issue
Block a user