mirror of
https://github.com/zoriya/auto-save.nvim.git
synced 2026-06-05 19:34:11 +00:00
now clears command line if mode is not command line
This commit is contained in:
@@ -17,7 +17,7 @@ api.nvim_exec(
|
|||||||
api.nvim_exec(
|
api.nvim_exec(
|
||||||
[[
|
[[
|
||||||
function! g:AutoSaveClearCommandLine(timer)
|
function! g:AutoSaveClearCommandLine(timer)
|
||||||
if mode() ==# 'n'
|
if mode() != 'c'
|
||||||
echon ''
|
echon ''
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|||||||
Reference in New Issue
Block a user