commit | 181ca99e163b145cd1a4ec47a50cc25cf3994109 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 13 21:19:21 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 13 21:19:21 2018 +0100 |
tree | 29f4ee8addceac5667fbe06789247f750779b501 | |
parent | 341a64c9cabff08e4a7dc8cd932a598e12134457 [diff] [blame] |
patch 8.0.1520: cursor in wrong line when using a WinBar in Terminal window Problem: Cursor is in the wrong line when using a WinBar in a Terminal window. Solution: Adjust the row number. (Christian Brabandt, closes #2362)
diff --git a/src/version.c b/src/version.c index 24eef2e..c7240f1 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1520, +/**/ 1519, /**/ 1518,