From 6d7a05bdfb3bc28108b81e4b344fa59f22162927 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Thu, 11 Apr 2019 00:28:02 +0200 Subject: [PATCH] Typo References https://github.com/mhinz/vim-startify/issues/366 --- autoload/startify.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoload/startify.vim b/autoload/startify.vim index 7c0ae26..21a5c0e 100644 --- a/autoload/startify.vim +++ b/autoload/startify.vim @@ -394,7 +394,7 @@ function! startify#open_buffers(...) abort wincmd = if exists('#User#StartifyAllBuffersOpened') - autocmd User StartifyAllBuffersOpened + doautocmd User StartifyAllBuffersOpened endif endfunction @@ -494,7 +494,7 @@ function! s:open_buffer(entry) call s:check_user_options(a:entry.path) endif if exists('#User#StartifyBufferOpened') - autocmd User StartifyBufferOpened + doautocmd User StartifyBufferOpened endif endfunction