comparison src/version.c @ 31000:2a1a4a13b396 v9.0.0835

patch 9.0.0835: the window title is not redrawn when 'endoffile' changes Commit: https://github.com/vim/vim/commit/845bbb72ed2da4b5fb2a503d91cfd6435df2f584 Author: K.Takata <kentkt@csc.jp> Date: Sat Nov 5 18:31:19 2022 +0000 patch 9.0.0835: the window title is not redrawn when 'endoffile' changes Problem: The window title is not redrawn when 'endoffile' changes. Solution: redraw the window title when 'endoffile' is changed. (Ken Takata, closes #11488)
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Nov 2022 19:45:03 +0100
parents 10aa54743543
children a09404dad917
comparison
equal deleted inserted replaced
30999:9dc9ae5c721d 31000:2a1a4a13b396
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 835,
698 /**/ 700 /**/
699 834, 701 834,
700 /**/ 702 /**/
701 833, 703 833,
702 /**/ 704 /**/