Skip to content

Commit

Permalink
fix(netrw): remove extraneous closing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
telemachus committed Sep 21, 2024
1 parent a6de287 commit 5f6884f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/autoload/netrw.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4233,7 +4233,7 @@ fun! s:NetrwGetBuffer(islocal,dirname)
endif
" call Decho(" NetrwTreeListing: bufnum#".bufnum,'~'.expand("<slnum>"))
if !bufexists(bufnum)
call remove(s:netrwbuf,"NetrwTreeListing"])
call remove(s:netrwbuf,"NetrwTreeListing")
let bufnum= -1
endif
elseif bufnr("NetrwTreeListing") != -1
Expand Down

0 comments on commit 5f6884f

Please sign in to comment.