comparison src/version.c @ 17678:723ec38d521e v8.1.1836

patch 8.1.1836: inaccurate memory estimate for Amiga-like OS commit https://github.com/vim/vim/commit/a9ab391a3a5283754ef216daacbaac446f1f9077 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 10 14:54:20 2019 +0200 patch 8.1.1836: inaccurate memory estimate for Amiga-like OS Problem: Inaccurate memory estimate for Amiga-like OS. Solution: Adjust #ifdef for AvailMem(). (Ola S?der, closes https://github.com/vim/vim/issues/4797)
author Bram Moolenaar <Bram@vim.org>
date Sat, 10 Aug 2019 15:00:06 +0200
parents 14ac8c31e598
children 55704f587945
comparison
equal deleted inserted replaced
17677:f62d6f01c3fa 17678:723ec38d521e
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 1836,
772 /**/ 774 /**/
773 1835, 775 1835,
774 /**/ 776 /**/
775 1834, 777 1834,
776 /**/ 778 /**/