commit | b73568149f2f41a84b9b701ae512adbd79b2e93b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 11 04:04:37 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 11 04:04:37 2012 +0200 |
tree | 7f94d128cf4bae404a895faa69af3812c7536acf | |
parent | 0c17875ef31e7e8b3f16e1b2e8da263c9a420b8b [diff] [blame] |
updated for version 7.3.686 Problem: Using CTRL-\ e mappings is useful also when entering an expression, but it doesn't work. (Marcin Szamotulski) Solution: Allow using CTRL-\ e when entering an expression if it was not typed.
diff --git a/src/version.c b/src/version.c index 296d3de..ec61f9b 100644 --- a/src/version.c +++ b/src/version.c
@@ -720,6 +720,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 686, +/**/ 685, /**/ 684,