commit | 2455c4ede8d4ff6f0754977b548708eec08869eb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 15 18:29:39 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 15 18:29:39 2015 +0200 |
tree | b7d7b05f47748ec495cbc739a2ed7378b5246722 | |
parent | 3b59755862f4604ded8155404a1fe4c84c606829 [diff] [blame] |
patch 7.4.870 Problem: May get into an invalid state when using getchar() in an expression mapping. Solution: Anticipate mod_mask to change. (idea by Yukihiro Nakadaira)
diff --git a/src/version.c b/src/version.c index bc1e555..0cb1fc6 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 870, +/**/ 869, /**/ 868,