ソースを参照

Fix index order in certain corner case

Closes #93.
Marco Hinz 11 年 前
コミット
3f8699c4ee
1 ファイル変更2 行追加2 行削除
  1. 2 2
      autoload/startify.vim

+ 2 - 2
autoload/startify.vim

@@ -325,9 +325,9 @@ function! s:show_dir(cnt) abort
     endfor
 
     call append('$', '')
-
-    return cnt
   endif
+
+  return cnt
 endfunction
 
 " Function: s:show_files {{{1