commit | 35a4cfa200917dd171b1fff3cd5b6cee9add673d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 14 16:07:48 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 14 16:07:48 2016 +0200 |
tree | e12d8aac31bfe6c651bb4f5553658203c817ea55 | |
parent | 2d1a248762f069e470acde389ff4686a45d2f817 [diff] [blame] |
patch 7.4.2209 Problem: Cannot map <M-">. (Stephen Riehm) Solution: Solve the memory access problem in another way. (Dominique Pelle) Allow for using <M-\"> in a string.
diff --git a/src/version.c b/src/version.c index 0f0aabc..cd3a528 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2209, +/**/ 2208, /**/ 2207,