comparison src/version.c @ 30134:0211a930d873 v9.0.0403

patch 9.0.0403: 'equalalways' may be off when 'laststatus' is zero Commit: https://github.com/vim/vim/commit/fd7e60a33ddd83a82da4eb6267f1c12fa926f32b Author: Luuk van Baal <luukvbaal@gmail.com> Date: Wed Sep 7 14:42:49 2022 +0100 patch 9.0.0403: 'equalalways' may be off when 'laststatus' is zero Problem: 'equalalways' may be off when 'laststatus' is zero. Solution: call last_status() before win_equal(). (Luuk van Baal, closes #11070)
author Bram Moolenaar <Bram@vim.org>
date Wed, 07 Sep 2022 15:45:05 +0200
parents 01919e5a070c
children 5380551172aa
comparison
equal deleted inserted replaced
30133:a118dcb936b1 30134:0211a930d873
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 403,
706 /**/ 708 /**/
707 402, 709 402,
708 /**/ 710 /**/
709 401, 711 401,
710 /**/ 712 /**/