commit | 59941cbd8035415d68683edc4e571306b10669ad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 17:03:40 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 17:03:40 2020 +0200 |
tree | 5006831992654145681761ef48fe74918000589f | |
parent | 2ce14589f210dcb3d17d1d80285256f8ac10abab [diff] [blame] |
patch 8.2.1599: missing line end when skipping a long line with :cgetfile Problem: Missing line end when skipping a long line with :cgetfile. Solution: Fix off-by-one error. (closes #6870)
diff --git a/src/version.c b/src/version.c index b6a6f41..b7b5d27 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1599, +/**/ 1598, /**/ 1597,