0
0
mirror of https://github.com/vim/vim.git synced 2025-10-08 06:04:08 -04:00

patch 7.4.1968

Problem:    Invalid memory access with "\<C-">.
Solution:   Do not recognize this as a special character. (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2016-07-01 11:59:47 +02:00
parent 6747fabc73
commit 1d90a5a5af
3 changed files with 11 additions and 2 deletions

View File

@@ -753,6 +753,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1968,
/**/
1967,
/**/