summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-05-28 13:28:10 +0200
committerBram Moolenaar <Bram@vim.org>2016-05-28 13:28:10 +0200
commit180fc2d41812c49b60224a1ca89945a002a090f5 (patch)
tree7f28d86be9272aa502f136413491ff0c1fbca0f9 /src/version.c
parentbf981eeb6b4ee63ae8543a7f9865ab700159a79c (diff)
downloadvim-git-7.4.1851.tar.gz
patch 7.4.1851v7.4.1851
Problem: test_syn_attr failes when using the GUI. (Dominique Pelle) Solution: Escape the font name properly.
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 80793f10b..73e08fafa 100644
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1851,
+/**/
1850,
/**/
1849,