1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 13:50:04 +08:00

Disable cursor error info

This commit is contained in:
wsdjeg 2018-02-21 21:12:52 +08:00
parent 7ac7505c92
commit 052f907c62

View File

@ -28,7 +28,11 @@ function! SpaceVim#layers#checkers#plugins() abort
return plugins return plugins
endfunction endfunction
if has('timers')
let s:show_cursor_error = 1 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