runtime(unicode): update check for netrw
Commit:
https://github.com/vim/vim/commit/35531de588ead1d29f78c1a63dbaad38e9eb5bd8
Author: Christian Brabandt <[email protected]>
Date: Sun Sep 21 17:24:20 2025 +0000
runtime(unicode): update check for netrw
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/runtime/tools/unicode.vim b/runtime/tools/unicode.vim
index c289868c5..4086b188f 100644
--- a/runtime/tools/unicode.vim
+++ b/runtime/tools/unicode.vim
@@ -7,7 +7,7 @@
" Usage: Vim -S <this-file>
"
" 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
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1v0Nt1-002yBx-GG%40256bit.org.