Fix dir listing corner case
This commit is contained in:
parent
664ed502ed
commit
8abaf8ed9f
|
@ -559,7 +559,7 @@ endfun
|
||||||
|
|
||||||
" Function: s:show_dir {{{1
|
" Function: s:show_dir {{{1
|
||||||
function! s:show_dir() abort
|
function! s:show_dir() abort
|
||||||
return s:display_by_path(getcwd(), ':.', 0)
|
return s:display_by_path(getcwd() . s:sep, ':.', 0)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Function: s:show_files {{{1
|
" Function: s:show_files {{{1
|
||||||
|
|
Loading…
Reference in a new issue