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