parent
a5a8db7462
commit
6d7a05bdfb
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue