added 'autosave_clean_command_line' autocmd

This commit is contained in:
kdav5758
2021-07-01 18:05:26 -05:00
parent 58caad5b78
commit 568369bd22
2 changed files with 34 additions and 4 deletions
+11
View File
@@ -13,3 +13,14 @@ api.nvim_exec(
]],
false
)
api.nvim_exec(
[[
function! g:AutoSaveClearCommandLine(timer)
if mode() ==# 'n'
echon ''
endif
endfunction
]],
false
)