Explorar o código

Call s:check_user_options() for all entries

References #165.
Marco Hinz %!s(int64=10) %!d(string=hai) anos
pai
achega
be611cd545
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      autoload/startify.vim

+ 2 - 0
autoload/startify.vim

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