fixed load at startup

This commit is contained in:
kdav5758
2021-07-04 21:30:19 -05:00
parent d674c2755b
commit 83bf8c1c98
3 changed files with 7 additions and 7 deletions
-3
View File
@@ -6,9 +6,6 @@ if exists('g:loaded_autosave') | finish | endif
let s:save_cpo = &cpo " save user coptions
set cpo&vim " reset them to defaults
" main {{{
lua require('autosave.main').main('startup')
" }}}
" Interface {{{
command! ASToggle lua require'autosave.main'.main('toggle')