summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-09-12 13:18:29 +0200
committerBram Moolenaar <Bram@vim.org>2016-09-12 13:18:29 +0200
commit100f27721b2f901eae348ef3635897e8be5d0307 (patch)
tree8080d623eea1b7c9835bda70d3de26c2e3dddcc4 /src/version.c
parent1b010058235fb803c1d4f42a02d2883921be8ef4 (diff)
patch 7.4.2366v7.4.2366
Problem: MS-Windows gvim.exe does not have DirectX support. Solution: Add the DIRECTX to the script.
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 419cfbc5bb..58e9346905 100644
--- a/src/version.c
+++ b/src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2366,
+/**/
2365,
/**/
2364,