comparison src/version.c @ 30211:6ed06ffc5821 v9.0.0441

patch 9.0.0441: closure in for loop test fails on some systems Commit: https://github.com/vim/vim/commit/c069edeab28bdd7289d7096cd92804cb54841557 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 11 12:01:04 2022 +0100 patch 9.0.0441: closure in for loop test fails on some systems Problem: Closure in for loop test fails on some systems. Solution: Do not wait for the ruler to show up. (issue https://github.com/vim/vim/issues/11106)
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Sep 2022 13:15:03 +0200
parents a970b48c25a3
children 4fedacdad3b4
comparison
equal deleted inserted replaced
30210:1ab4a87efc91 30211:6ed06ffc5821
701 NULL 701 NULL
702 }; 702 };
703 703
704 static int included_patches[] = 704 static int included_patches[] =
705 { /* Add new patch number below this line */ 705 { /* Add new patch number below this line */
706 /**/
707 441,
706 /**/ 708 /**/
707 440, 709 440,
708 /**/ 710 /**/
709 439, 711 439,
710 /**/ 712 /**/