commit | b3479bd2297d9a8d9614bb7c906e4a24b8d162bd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 12 22:02:14 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 12 22:02:14 2011 +0200 |
tree | 4c370ea5de6a500ad50100a3b162d96a55ab17c6 | |
parent | 2e7b1df8fade5d87c7e12e2439710c0ea8137c81 [diff] [blame] |
updated for version 7.3.338 Problem: Using getchar() in an expression mapping doesn't work well. Solution: Don't save and restore the typeahead. (James Vega)
diff --git a/src/version.c b/src/version.c index a77a78d..01bc41b 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 338, +/**/ 337, /**/ 336,