comparison src/version.c @ 30391:5aaacdeee0a1 v9.0.0531

patch 9.0.0531: the win_line() function is much too long Commit: https://github.com/vim/vim/commit/c20a41972c61ab4bc211327d535c73c9b30cc166 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 21 14:34:28 2022 +0100 patch 9.0.0531: the win_line() function is much too long Problem: The win_line() function is much too long. Solution: Move code to separate functions.
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Sep 2022 15:45:03 +0200
parents 14c0d0c72bcd
children 409ddc3fa5ce
comparison
equal deleted inserted replaced
30390:e8452d826869 30391:5aaacdeee0a1
697 NULL 697 NULL
698 }; 698 };
699 699
700 static int included_patches[] = 700 static int included_patches[] =
701 { /* Add new patch number below this line */ 701 { /* Add new patch number below this line */
702 /**/
703 531,
702 /**/ 704 /**/
703 530, 705 530,
704 /**/ 706 /**/
705 529, 707 529,
706 /**/ 708 /**/