commit | 453c19257f6d97904ec2e3823e88e63c983f2f9a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 26 14:42:09 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 26 14:42:09 2019 +0200 |
tree | d976cfc0526b60f792ffef69023bcad37c2c3420 | |
parent | c7488a7fc8ed0d4fd9cc440117ff848170321517 [diff] [blame] |
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, #5075)
diff --git a/src/version.c b/src/version.c index 71d8959..af29302 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2218, +/**/ 2217, /**/ 2216,