summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-11-04 15:23:45 +0100
committerBram Moolenaar <Bram@vim.org>2016-11-04 15:23:45 +0100
commitd0b5138ba4bccff8a744c99836041ef6322ed39a (patch)
tree8a0501fe13f964392121d84fa95be9791fe32f4e /src/version.c
parent3a117e19e02bf29cfc5e398470dd7851ae3d6803 (diff)
downloadvim-git-d0b5138ba4bccff8a744c99836041ef6322ed39a.tar.gz
patch 8.0.0056v8.0.0056
Problem: When setting 'filetype' there is no check for a valid name. Solution: Only allow valid characters in 'filetype', 'syntax' and 'keymap'.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 0b62f9cae..f63041ec4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 56,
+/**/
55,
/**/
54,