commit | 4132eb505c506f7a0710b03a275d1c5a247e4196 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 14 16:53:00 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 14 16:53:00 2020 +0100 |
tree | f93229200c03e39d4afea6e2586e4e38a0d26ac5 | |
parent | 00f3b4e007af07870168bf044cecc9d544483953 [diff] [blame] |
patch 8.2.0258: modifyOtherKeys cannot be temporarily disabled Problem: ModifyOtherKeys cannot be temporarily disabled. Solution: Add echoraw() with an example for modifyOtherKeys.
diff --git a/src/version.c b/src/version.c index 70ea449..2720dc6 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 258, +/**/ 257, /**/ 256,