forked from aniani/vim
patch 7.4.1364
Problem: The Win 16 code is not maintained and unused. Solution: Remove the Win 16 support.
This commit is contained in:
@@ -13235,9 +13235,6 @@ f_has(typval_T *argvars, typval_T *rettv)
|
||||
#ifdef VMS
|
||||
"vms",
|
||||
#endif
|
||||
#ifdef WIN16
|
||||
"win16",
|
||||
#endif
|
||||
#ifdef WIN32
|
||||
"win32",
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user