comparison src/version.c @ 20699:85c83b6f1cbc v8.2.0903

patch 8.2.0903: comparing WINVER does not work correctly Commit: https://github.com/vim/vim/commit/852ea366d6432e719ffdd95e9fb7d49a9a960187 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 4 21:32:49 2020 +0200 patch 8.2.0903: comparing WINVER does not work correctly Problem: comparing WINVER does not work correctly. Solution: Use arithmethic expansion. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/6197)
author Bram Moolenaar <Bram@vim.org>
date Thu, 04 Jun 2020 21:45:04 +0200
parents 1260b27535b5
children fbee68c6aab1
comparison
equal deleted inserted replaced
20698:6796c711aa85 20699:85c83b6f1cbc
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 903,
749 /**/ 751 /**/
750 902, 752 902,
751 /**/ 753 /**/
752 901, 754 901,
753 /**/ 755 /**/