mirror of
https://github.com/vim/vim.git
synced 2025-10-13 06:54:15 -04:00
patch 7.4.1033
Problem: Memory use on MS-Windows is very conservative. Solution: Use the global memory status to estimate amount of memory. (Mike Williams)
This commit is contained in:
@@ -78,6 +78,8 @@
|
||||
# define BREAKCHECK_SKIP 1 /* call mch_breakcheck() each time, it's fast */
|
||||
#endif
|
||||
|
||||
#define HAVE_TOTAL_MEM
|
||||
|
||||
#define HAVE_PUTENV /* at least Bcc 5.2 and MSC have it */
|
||||
|
||||
#ifdef FEAT_GUI_W32
|
||||
|
Reference in New Issue
Block a user