mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 15:10:04 +08:00
Disable cursor error info
This commit is contained in:
parent
7ac7505c92
commit
052f907c62
@ -28,7 +28,11 @@ function! SpaceVim#layers#checkers#plugins() abort
|
|||||||
return plugins
|
return plugins
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
let s:show_cursor_error = 1
|
if has('timers')
|
||||||
|
let s:show_cursor_error = 1
|
||||||
|
else
|
||||||
|
let s:show_cursor_error = 0
|
||||||
|
endif
|
||||||
|
|
||||||
function! SpaceVim#layers#checkers#set_variable(var) abort
|
function! SpaceVim#layers#checkers#set_variable(var) abort
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user