Fix index order in certain corner case

Closes #93.
This commit is contained in:
Marco Hinz 2014-06-11 12:24:51 +02:00
parent 19da8f9ee8
commit 3f8699c4ee

View file

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