Fri, 18 Oct 2019 22:01:04 -0500
backcompat fix
.vimrc | file | annotate | diff | comparison | revisions |
--- a/.vimrc +++ b/.vimrc @@ -260,7 +260,7 @@ augroup vimrc autocmd WinLeave * stopinsert " set and load a session based on servername - autocmd VimEnter * ++nested call vimrc#AutoSessionCheck() + autocmd VimEnter * nested call vimrc#AutoSessionCheck() " complement to autowriteall autocmd FocusLost * silent! wa