mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 11:50:05 +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
|
||||
endfunction
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user