comparison src/version.c @ 31594:db09821e1372 v9.0.1129

patch 9.0.1129: sporadic Test_range() failure Commit: https://github.com/vim/vim/commit/7bdcba08bb5e4c39093cdedee187177d705c7cb9 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 2 11:59:26 2023 +0000 patch 9.0.1129: sporadic Test_range() failure Problem: Sporadic Test_range() failure. Solution: Clear typeahead. Move to a separate function. (issue https://github.com/vim/vim/issues/22771)
author Bram Moolenaar <Bram@vim.org>
date Mon, 02 Jan 2023 13:00:03 +0100
parents 65a2bae18b27
children 394967126db9
comparison
equal deleted inserted replaced
31593:626331527253 31594:db09821e1372
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 1129,
698 /**/ 700 /**/
699 1128, 701 1128,
700 /**/ 702 /**/
701 1127, 703 1127,
702 /**/ 704 /**/