commit | e2c8d8392684a940cc5608acc73ff47486bd7b92 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 01 19:24:03 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 01 19:24:03 2018 +0200 |
tree | 2ade577a87c364b8453f0e0296657c71b7d130a4 | |
parent | b2ac14c0b5e23f8ab97c5c784bcd83e13ba8ded3 [diff] [blame] |
patch 8.0.1787: cannot insert the whole cursor line Problem: Cannot insert the whole cursor line. Solution: Make CTRL-R CTRL-L work. (Andy Massimino, closes #2857)
diff --git a/src/version.c b/src/version.c index 52b5436..19b83ac 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1787, +/**/ 1786, /**/ 1785,