summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-05-14 17:52:42 +0200
committerBram Moolenaar <Bram@vim.org>2010-05-14 17:52:42 +0200
commit9dbe4758b1c2333c00e554d54767fbca35880201 (patch)
tree7ff542f391b5f036ffae911c8b336afe3ad6a899 /src/version.c
parent6af05063707668d28261a5e79cd7851c10586a60 (diff)
downloadvim-git-9dbe4758b1c2333c00e554d54767fbca35880201.tar.gz
updated for version 7.2.427v7.2.427
Problem: The swapfile is created using the destination of a symlink, but recovery doesn't follow symlinks. Solution: When recovering, resolve symlinks. (James Vega)
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 0572f97a9..8d8770efc 100644
--- a/src/version.c
+++ b/src/version.c
@@ -682,6 +682,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 427,
+/**/
426,
/**/
425,