commit | ceba3dd5187788e09f65bd41b07b40f6f9aab953 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 12 16:12:54 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 12 16:12:54 2019 +0200 |
tree | 20a1b979b6c230bfda4a57d059121108a8867ea5 | |
parent | 18a79a68413365cd7672728d54615ca708764e23 [diff] [blame] |
patch 8.1.2140: "gk" and "gj" do not work correctly in number column Problem: "gk" and "gj" do not work correctly in number column. Solution: Allow for a negative "curswant". (Zach Wegner, closes #4969)
diff --git a/src/version.c b/src/version.c index 87b3a33..2ddecaf 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2140, +/**/ 2139, /**/ 2138,