summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-09-25 19:13:38 +0200
committerBram Moolenaar <Bram@vim.org>2013-09-25 19:13:38 +0200
commit2ee95f7d13566ba393ed70bd4401e7164b0cc2f9 (patch)
tree9ccfd8c005d3a370675290c759f4dad4ffa4afb3 /src/version.c
parent134bf07ca0e28addeeb67edc4fceeba00388d7fc (diff)
downloadvim-2ee95f7d13566ba393ed70bd4401e7164b0cc2f9.zip
updated for version 7.4.039
Problem: MS-Windows: MSCV10 and earlier can't handle symlinks to a directory properly. Solution: Add stat_symlink_aware() and wstat_symlink_aware(). (Ken Takata)
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 c7b73329a..3495b0ee8 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 39,
+/**/
38,
/**/
37,