Explorar o código

Fix index order in certain corner case

Closes #93.
Marco Hinz %!s(int64=11) %!d(string=hai) anos
pai
achega
3f8699c4ee
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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