commit | 03ac52fc025790c474030ea556cec799400aa046 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 24 22:47:46 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 24 22:47:46 2019 +0200 |
tree | 9ac7313f93b7630297417251d0a56da6a0044d10 | |
parent | 053f712ef20d143818aa07275cf1f4fa55afbf85 [diff] [blame] |
patch 8.1.2072: "gk" moves to start of line instead of upwards Problem: "gk" moves to start of line instead of upwards. Solution: Fix off-by-one error. (Christian Brabandt, closes #4969)
diff --git a/src/version.c b/src/version.c index 840c257..ec9aa76 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2072, +/**/ 2071, /**/ 2070,