commit | 2efb323e875d2852f63e41c40641760d1d6b069f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 19 12:27:23 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 19 12:27:23 2017 +0100 |
tree | b45519644d8316b0f2312dce30d73cc60de79838 | |
parent | 338e47fdfdf0d918dae50a5cbf0cf4f7be45b4f0 [diff] [blame] |
patch 8.0.1411: reading invalid memory with CTRL-W : Problem: Reading invalid memory with CTRL-W :. Solution: Correct the command characters. (closes #2469)
diff --git a/src/version.c b/src/version.c index cf53357..ec17e4e 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1411, +/**/ 1410, /**/ 1409,