소스 검색

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