catch specifically E444 on BufLeave

This commit is contained in:
Marco Hinz 2013-05-02 20:16:15 +02:00
parent a8d959a737
commit 48d748cf0a

View file

@ -125,7 +125,7 @@ function! s:insane_in_the_membrane() abort
autocmd! startify *
autocmd startify CursorMoved <buffer> call s:set_cursor()
autocmd startify BufLeave <buffer> try | wincmd c | catch | autocmd! startify *
autocmd startify BufLeave <buffer> try | wincmd c | catch /E444/ | endtry | autocmd! startify *
call cursor(special ? 4 : 2, 5)
endfunction