commit | bfa4246768e28335ed9b98f83019ea58b480158e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 16 16:20:52 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 16 16:20:52 2018 +0200 |
tree | d2efedd2f1a2cda24e3e4f25a9b611c8e7f52484 | |
parent | 6ba3ec1bace67513a352326864cebc16b3c5bc56 [diff] [blame] |
patch 8.1.0058: display problem with margins and scrolling Problem: Display problem with margins and scrolling. Solution: Place the cursor in the right column. (Kouichi Iwamoto, closes #3016)
diff --git a/src/version.c b/src/version.c index f4ecfe7..f7c5f2e 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 58, +/**/ 57, /**/ 56,