Mercurial > vim
changeset 36182:f9ea756a6be0
runtime(netrw): remove extraneous closing bracket
Commit: https://github.com/vim/vim/commit/be551dacb87a0542afd8b5c17b89e6749f2dc355
Author: Peter Aronoff <peter@aronoff.org>
Date: Sun Sep 22 11:29:40 2024 +0200
runtime(netrw): remove extraneous closing bracket
fixes: https://github.com/vim/vim/issues/15717
closes: https://github.com/vim/vim/issues/15718
Signed-off-by: Peter Aronoff <peter@aronoff.org>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 22 Sep 2024 11:45:03 +0200 |
parents | b6c72c2bed85 |
children | e144e90fa2c9 |
files | runtime/autoload/netrw.vim |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/runtime/autoload/netrw.vim +++ b/runtime/autoload/netrw.vim @@ -25,6 +25,7 @@ " 2024 Aug 22 by Vim Project: adjust echo output of mx command (#15550) " 2024 Sep 15 by Vim Project: more strict confirmation dialog (#15680) " 2024 Sep 19 by Vim Project: mf-selection highlight uses wrong pattern (#15700) +" 2024 Sep 21 by Vim Project: remove extraneous closing bracket (#15718) " }}} " Former Maintainer: Charles E Campbell " GetLatestVimScripts: 1075 1 :AutoInstall: netrw.vim @@ -4233,7 +4234,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