References https://github.com/mhinz/vim-startify/issues/366
This commit is contained in:
Marco Hinz 2019-04-11 00:28:02 +02:00
parent a5a8db7462
commit 6d7a05bdfb
No known key found for this signature in database
GPG key ID: 1C980A1B657B4A4F

View file

@ -394,7 +394,7 @@ function! startify#open_buffers(...) abort
wincmd = wincmd =
if exists('#User#StartifyAllBuffersOpened') if exists('#User#StartifyAllBuffersOpened')
autocmd <nomodeline> User StartifyAllBuffersOpened doautocmd <nomodeline> User StartifyAllBuffersOpened
endif endif
endfunction endfunction
@ -494,7 +494,7 @@ function! s:open_buffer(entry)
call s:check_user_options(a:entry.path) call s:check_user_options(a:entry.path)
endif endif
if exists('#User#StartifyBufferOpened') if exists('#User#StartifyBufferOpened')
autocmd <nomodeline> User StartifyBufferOpened doautocmd <nomodeline> User StartifyBufferOpened
endif endif
endfunction endfunction