commit | 1d90a5a5af84250e226f8a9121e771f7b72aa894 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 01 11:59:47 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 01 11:59:47 2016 +0200 |
tree | a389742a425e6f06966959bd744c96c3a4f296a3 | |
parent | 6747fabc7348bf5f41ccfe851e2be3e900ec8ee0 [diff] [blame] |
patch 7.4.1968 Problem: Invalid memory access with "\<C-">. Solution: Do not recognize this as a special character. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 89dd5d7..2a3ded7 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1968, +/**/ 1967, /**/ 1966,