parent
01a1038401
commit
be611cd545
|
@ -355,6 +355,7 @@ function! startify#open_buffers(...) abort
|
||||||
if exists('a:1') " used in mappings
|
if exists('a:1') " used in mappings
|
||||||
let entry = s:entries[a:1]
|
let entry = s:entries[a:1]
|
||||||
execute entry.cmd entry.path
|
execute entry.cmd entry.path
|
||||||
|
call s:check_user_options()
|
||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -362,6 +363,7 @@ function! startify#open_buffers(...) abort
|
||||||
if empty(marked) " open current entry
|
if empty(marked) " open current entry
|
||||||
let entry = s:entries[line('.')]
|
let entry = s:entries[line('.')]
|
||||||
execute entry.cmd entry.path
|
execute entry.cmd entry.path
|
||||||
|
call s:check_user_options()
|
||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue