From 35531de588ead1d29f78c1a63dbaad38e9eb5bd8 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Sun, 21 Sep 2025 17:24:20 +0000 Subject: [PATCH] runtime(unicode): update check for netrw Signed-off-by: Christian Brabandt --- runtime/tools/unicode.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/tools/unicode.vim b/runtime/tools/unicode.vim index c289868c5a..4086b188f3 100644 --- a/runtime/tools/unicode.vim +++ b/runtime/tools/unicode.vim @@ -7,7 +7,7 @@ " Usage: Vim -S " " Author: Bram Moolenaar -" Last Update: 2020 Aug 24 +" Last Update: 2025 Sep 21 " Parse lines of UnicodeData.txt. Creates a list of lists in s:dataprops. func! ParseDataToProps() @@ -420,7 +420,7 @@ if Test_AddLinesToCharDict() || Test_CharDictToPairList() finish endif -if !exists("g:loaded_netrw") +if !exists("g:loaded_netrwPlugin") echomsg "Netrw not available, cannot download" finish endif