commit | 24a9e348aa88a6c60ae0cdf5c4a777d8c03b08ca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 24 15:39:07 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 24 15:39:07 2017 +0200 |
tree | 86f499c46b77b342b25522e9f60a1e16a14a3915 | |
parent | a1bd86e0f2056f796390bc0cd3aba5c89513d0d2 [diff] [blame] |
patch 8.0.0669: CTRL-N at start of the buffer does not work correctly Problem: In Insert mode, CTRL-N at start of the buffer does not work correctly. (zuloloxi) Solution: Wrap around the start of the buffer. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index eda74a2..d1c6119 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 669, +/**/ 668, /**/ 667,