Fix some vanities
This commit is contained in:
parent
69e835d1f7
commit
56745d99ca
|
@ -586,7 +586,7 @@ function! s:filter_oldfiles(path_prefix, path_format, use_env) abort
|
||||||
endif
|
endif
|
||||||
|
|
||||||
return oldfiles
|
return oldfiles
|
||||||
endfun
|
endfunction
|
||||||
|
|
||||||
" Function: s:filter_oldfiles_unsafe {{{1
|
" Function: s:filter_oldfiles_unsafe {{{1
|
||||||
function! s:filter_oldfiles_unsafe(path_prefix, path_format, use_env) abort
|
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
|
endfor
|
||||||
|
|
||||||
return oldfiles
|
return oldfiles
|
||||||
endfun
|
endfunction
|
||||||
|
|
||||||
" Function: s:show_dir {{{1
|
" Function: s:show_dir {{{1
|
||||||
function! s:show_dir() abort
|
function! s:show_dir() abort
|
||||||
|
|
|
@ -11,12 +11,12 @@
|
||||||
\/__/
|
\/__/
|
||||||
by Marco Hinz~
|
by Marco Hinz~
|
||||||
>
|
>
|
||||||
If you use any of my plugins, please star them on github. It's a great way
|
If you use any of my plugins, please star them on GitHub. It's a great way
|
||||||
of getting feedback and gives me the kick to put more time into their
|
of getting feedback and gives me the kick to put more time into their
|
||||||
development.
|
development.
|
||||||
|
|
||||||
If you encounter any bugs or have feature requests, just open an issue
|
If you encounter any bugs or have feature requests, just open an issue on
|
||||||
report on Github.
|
GitHub.
|
||||||
|
|
||||||
Thank you for flying mhi^ airlines. Get the Vim on!
|
Thank you for flying mhi^ airlines. Get the Vim on!
|
||||||
<
|
<
|
||||||
|
|
Loading…
Reference in a new issue