|
|
@@ -586,7 +586,7 @@ function! s:filter_oldfiles(path_prefix, path_format, use_env) abort
|
|
|
endif
|
|
|
|
|
|
return oldfiles
|
|
|
-endfun
|
|
|
+endfunction
|
|
|
|
|
|
" Function: s:filter_oldfiles_unsafe {{{1
|
|
|
function! s:filter_oldfiles_unsafe(path_prefix, path_format, use_env) abort
|
|
|
@@ -617,7 +617,7 @@ function! s:filter_oldfiles_unsafe(path_prefix, path_format, use_env) abort
|
|
|
endfor
|
|
|
|
|
|
return oldfiles
|
|
|
-endfun
|
|
|
+endfunction
|
|
|
|
|
|
" Function: s:show_dir {{{1
|
|
|
function! s:show_dir() abort
|