comparison src/version.c @ 18448:35e0ab1f2975 v8.1.2218

patch 8.1.2218: "gN" is off by one in Visual mode Commit: https://github.com/vim/vim/commit/453c19257f6d97904ec2e3823e88e63c983f2f9a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 26 14:42:09 2019 +0200 patch 8.1.2218: "gN" is off by one in Visual mode Problem: "gN" is off by one in Visual mode. Solution: Check moving forward. (Christian Brabandt, https://github.com/vim/vim/issues/5075)
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Oct 2019 14:45:03 +0200
parents b026f4524f25
children 507348b211b4
comparison
equal deleted inserted replaced
18447:d978101d8bfd 18448:35e0ab1f2975
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 2218,
744 /**/ 746 /**/
745 2217, 747 2217,
746 /**/ 748 /**/
747 2216, 749 2216,
748 /**/ 750 /**/