mirror of
https://github.com/vim/vim.git
synced 2025-10-01 04:54:07 -04:00
updated for version 7.3.1141
Problem: Win32: Check for available memory is not reliable and adds overhead. Solution: Remove mch_avail_mem(). (Mike Williams)
This commit is contained in:
@@ -80,7 +80,6 @@
|
||||
#ifndef FEAT_GUI_W32 /* GUI works different */
|
||||
# define BREAKCHECK_SKIP 1 /* call mch_breakcheck() each time, it's fast */
|
||||
#endif
|
||||
#define HAVE_AVAIL_MEM
|
||||
|
||||
#define HAVE_PUTENV /* at least Bcc 5.2 and MSC have it */
|
||||
|
||||
|
Reference in New Issue
Block a user