Skip to content

Commit

Permalink
runtime(netrw): don't echo empty lines (#13431)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brabandt <cb@256bit.org>
  • Loading branch information
nwounkn committed Oct 27, 2023
1 parent b022181 commit 650dcfc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions runtime/autoload/netrw.vim
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,6 @@ fun! netrw#Explore(indx,dosplit,style,...)
2match none
if exists("s:explore_match") | unlet s:explore_match | endif
if exists("s:explore_prvdir") | unlet s:explore_prvdir | endif
echo " "
" call Decho("cleared explore match list",'~'.expand("<slnum>"))
endif

Expand Down Expand Up @@ -5730,8 +5729,6 @@ fun! s:NetrwClearExplore()
if exists("w:netrw_explore_list") |unlet w:netrw_explore_list |endif
if exists("w:netrw_explore_bufnr") |unlet w:netrw_explore_bufnr |endif
" redraw!
echo " "
echo " "
" call Dret("s:NetrwClearExplore")
endfun

Expand Down

0 comments on commit 650dcfc

Please sign in to comment.