comparison src/version.c @ 31384:992bfd3aee3f v9.0.1025

patch 9.0.1025: WinScrolled is not triggered when filler lines change Commit: https://github.com/vim/vim/commit/3fc84dc2c7efecd7c14ce341cd777475058936fd Author: zeertzjq <zeertzjq@outlook.com> Date: Wed Dec 7 09:17:59 2022 +0000 patch 9.0.1025: WinScrolled is not triggered when filler lines change Problem: WinScrolled is not triggered when filler lines change. Solution: Add "topfill" to the values that WinScrolled triggers on. (closes #11668)
author Bram Moolenaar <Bram@vim.org>
date Wed, 07 Dec 2022 10:30:04 +0100
parents d81e09faf28e
children ab4b3710f437
comparison
equal deleted inserted replaced
31383:15c80d8bc515 31384:992bfd3aee3f
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 1025,
698 /**/ 700 /**/
699 1024, 701 1024,
700 /**/ 702 /**/
701 1023, 703 1023,
702 /**/ 704 /**/