commit | 180fc2d41812c49b60224a1ca89945a002a090f5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 28 13:28:10 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 28 13:28:10 2016 +0200 |
tree | 7f28d86be9272aa502f136413491ff0c1fbca0f9 | |
parent | bf981eeb6b4ee63ae8543a7f9865ab700159a79c [diff] [blame] |
patch 7.4.1851 Problem: test_syn_attr failes when using the GUI. (Dominique Pelle) Solution: Escape the font name properly.
diff --git a/src/version.c b/src/version.c index 80793f1..73e08fa 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1851, +/**/ 1850, /**/ 1849,