never close windows

This commit is contained in:
Marco Hinz 2013-05-05 18:43:11 +02:00
parent ffd6a280e2
commit c333d7a15a

View file

@ -126,7 +126,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 /E444/ | endtry | autocmd! startify *
autocmd startify BufLeave <buffer> autocmd! startify *
call cursor(special ? 4 : 2, 5)
endfunction