commit | 6d20e1754461b0f8d395f2e3464f0dc1060497f7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 13 22:44:12 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 13 22:44:12 2016 +0200 |
tree | eaae1bbf236240f6978302fe22b4fd9ca99cff8c | |
parent | 3e946fdc7b3639f84c96cd8a5d5b4b4b010f56ea [diff] [blame] |
patch 7.4.2033 Problem: 'cscopequickfix' option does not accept new value "a". Solution: Adjust list of command characters. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 895937e..6dbbeb9 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2033, +/**/ 2032, /**/ 2031,