commit | d0b5138ba4bccff8a744c99836041ef6322ed39a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 04 15:23:45 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 04 15:23:45 2016 +0100 |
tree | 8a0501fe13f964392121d84fa95be9791fe32f4e | |
parent | 3a117e19e02bf29cfc5e398470dd7851ae3d6803 [diff] [blame] |
patch 8.0.0056 Problem: When setting 'filetype' there is no check for a valid name. Solution: Only allow valid characters in 'filetype', 'syntax' and 'keymap'.
diff --git a/src/version.c b/src/version.c index 0b62f9c..f63041e 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 56, +/**/ 55, /**/ 54,