mirror of
https://github.com/zoriya/auto-save.nvim.git
synced 2026-08-15 18:33:27 +00:00
added 'autosave_clean_command_line' autocmd
This commit is contained in:
@@ -13,3 +13,14 @@ api.nvim_exec(
|
||||
]],
|
||||
false
|
||||
)
|
||||
|
||||
api.nvim_exec(
|
||||
[[
|
||||
function! g:AutoSaveClearCommandLine(timer)
|
||||
if mode() ==# 'n'
|
||||
echon ''
|
||||
endif
|
||||
endfunction
|
||||
]],
|
||||
false
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user