comparison src/version.c @ 29757:beab53bb989e v9.0.0218

patch 9.0.0218: reading before the start of the line Commit: https://github.com/vim/vim/commit/e98c88c44c308edaea5994b8ad4363e65030968c Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 16 14:51:53 2022 +0100 patch 9.0.0218: reading before the start of the line Problem: Reading before the start of the line. Solution: When displaying "$" check the column is not negative.
author Bram Moolenaar <Bram@vim.org>
date Tue, 16 Aug 2022 16:00:05 +0200
parents 32f358d71ec2
children d19adfd545e2
comparison
equal deleted inserted replaced
29756:2acb87ee55fc 29757:beab53bb989e
733 NULL 733 NULL
734 }; 734 };
735 735
736 static int included_patches[] = 736 static int included_patches[] =
737 { /* Add new patch number below this line */ 737 { /* Add new patch number below this line */
738 /**/
739 218,
738 /**/ 740 /**/
739 217, 741 217,
740 /**/ 742 /**/
741 216, 743 216,
742 /**/ 744 /**/