mirror of
https://github.com/zoriya/auto-save.nvim.git
synced 2026-05-23 23:27:58 +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(
|
||||
[[
|
||||
function! g:AutoSaveClearCommandLine(timer)
|
||||
if mode() ==# 'n'
|
||||
if mode() != 'c'
|
||||
echon ''
|
||||
endif
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user