mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
runtime(unicode): update check for netrw
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
" Usage: Vim -S <this-file>
|
" Usage: Vim -S <this-file>
|
||||||
"
|
"
|
||||||
" Author: Bram Moolenaar
|
" 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.
|
" Parse lines of UnicodeData.txt. Creates a list of lists in s:dataprops.
|
||||||
func! ParseDataToProps()
|
func! ParseDataToProps()
|
||||||
@@ -420,7 +420,7 @@ if Test_AddLinesToCharDict() || Test_CharDictToPairList()
|
|||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if !exists("g:loaded_netrw")
|
if !exists("g:loaded_netrwPlugin")
|
||||||
echomsg "Netrw not available, cannot download"
|
echomsg "Netrw not available, cannot download"
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user