From a2e36d8df807fb6b29fff595e69ae6c589dc492e Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sat, 18 Jul 2026 06:44:43 +0800 Subject: [PATCH] vim-patch:528adbd: runtime(netrw): Fix `reset_ssl` reference error on file rename (#40799) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes: vim/vim#20710 closes: vim/vim#20777 closes: vim/vim#20698 https://github.com/vim/vim/commit/528adbd7579e37f685072460acdd00b0887acc49 Co-authored-by: yasuda Co-authored-by: Doruk Özer --- runtime/pack/dist/opt/netrw/autoload/netrw.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runtime/pack/dist/opt/netrw/autoload/netrw.vim b/runtime/pack/dist/opt/netrw/autoload/netrw.vim index 67dbdccc5f..479d3d7984 100644 --- a/runtime/pack/dist/opt/netrw/autoload/netrw.vim +++ b/runtime/pack/dist/opt/netrw/autoload/netrw.vim @@ -1,7 +1,7 @@ " Creator: Charles E Campbell " Previous Maintainer: Luca Saccarola " Maintainer: This runtime file is looking for a new maintainer. -" Last Change: 2026 Jul 01 +" Last Change: 2026 Jul 17 " Copyright: Copyright (C) 2016 Charles E. Campbell {{{1 " Permission is hereby granted to use and distribute this code, " with or without modifications, provided that this copyright @@ -8684,6 +8684,7 @@ function s:NetrwLocalRename(path) range endif NetrwKeepj norm! 0 + let reset_ssl = 0 if exists('+shellslash') && !&ssl let reset_ssl = 1 set ssl