To: vim_dev@googlegroups.com Subject: Patch 8.2.4369 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4369 Problem: Redundant #ifdef argument. Solution: Remove unused MSWIN. (Ola Söder, closes #9758) Files: src/feature.h *** ../vim-8.2.4368/src/feature.h 2022-01-31 14:59:33.514943760 +0000 --- src/feature.h 2022-02-13 12:22:34.853796754 +0000 *************** *** 56,62 **** /* * 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 and VMS. * Otherwise use +normal */ #if !defined(FEAT_TINY) && !defined(FEAT_SMALL) && !defined(FEAT_NORMAL) \ --- 56,62 ---- /* * For Unix, Mac and Win32 use +huge by default. These days CPUs are fast and * Memory is cheap. ! * Use +big for older systems: VMS and Amiga. * Otherwise use +normal */ #if !defined(FEAT_TINY) && !defined(FEAT_SMALL) && !defined(FEAT_NORMAL) \ *************** *** 64,70 **** # if defined(UNIX) || defined(MSWIN) || defined(MACOS_X) # define FEAT_HUGE # else ! # if defined(MSWIN) || defined(VMS) || defined(AMIGA) # define FEAT_BIG # else # define FEAT_NORMAL --- 64,70 ---- # if defined(UNIX) || defined(MSWIN) || defined(MACOS_X) # define FEAT_HUGE # else ! # if defined(VMS) || defined(AMIGA) # define FEAT_BIG # else # define FEAT_NORMAL *** ../vim-8.2.4368/src/version.c 2022-02-13 12:13:13.606245312 +0000 --- src/version.c 2022-02-13 12:24:09.793692811 +0000 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 4369, /**/ -- Everyone has a photographic memory. Some don't have film. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///