]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(unicode): update check for netrw
authorChristian Brabandt <cb@256bit.org>
Sun, 21 Sep 2025 17:24:20 +0000 (17:24 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 21 Sep 2025 17:25:12 +0000 (17:25 +0000)
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/tools/unicode.vim

index c289868c5a43c6aa42db4307031deadcbced2abe..4086b188f344c6cd2794274f1d82378d2c58c318 100644 (file)
@@ -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