use the proper autocmd event

This commit is contained in:
Marco Hinz 2013-04-25 16:22:51 +02:00
parent 7d9de812ac
commit e897417eec

View file

@ -90,7 +90,7 @@ function! s:start() abort
autocmd! startify *
autocmd startify CursorMoved <buffer> call s:set_cursor()
autocmd startify BufLeave <buffer> autocmd! startify *
autocmd startify BufDelete <buffer> autocmd! startify *
call cursor(6, 5)
endfunction