forked from aniani/vim
patch 7.4.2048
Problem: There is still code and help for unsupported systems. Solution: Remove the code and text. (Hirohito Higashi)
This commit is contained in:
@@ -56,8 +56,7 @@
|
||||
/*
|
||||
* For Unix, Mac and Win32 use +huge by default. These days CPUs are fast and
|
||||
* Memory is cheap.
|
||||
* Use +big for older systems: Other MS-Windows, dos32, OS/2 and VMS.
|
||||
* The dos16 version has very little RAM available, use +small.
|
||||
* Use +big for older systems: Other MS-Windows and VMS.
|
||||
* Otherwise use +normal
|
||||
*/
|
||||
#if !defined(FEAT_TINY) && !defined(FEAT_SMALL) && !defined(FEAT_NORMAL) \
|
||||
|
||||
Reference in New Issue
Block a user