comparison src/version.c @ 32035:d21e867c517e v9.0.1349

patch 9.0.1349: "gr" with a count fails Commit: https://github.com/vim/vim/commit/3ddb1182b7b8d376e59b444f6b3e213f0dcd3417 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 23 22:14:37 2023 +0000 patch 9.0.1349: "gr" with a count fails Problem: "gr" with a count fails. Solution: Break out of the loop only after using the count.
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 Feb 2023 23:15:03 +0100
parents 5bf9832d3e00
children 1171d97f415d
comparison
equal deleted inserted replaced
32034:d938317bfbc7 32035:d21e867c517e
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1349,
698 /**/ 700 /**/
699 1348, 701 1348,
700 /**/ 702 /**/
701 1347, 703 1347,
702 /**/ 704 /**/