summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-09-19 14:26:36 +0200
committerBram Moolenaar <Bram@vim.org>2014-09-19 14:26:36 +0200
commit5d2bae8b1c2bb8059010ea604e092de9cf3c1baf (patch)
tree4e08dc4660c82fa64e4da92e50e7e99698119d25 /src/version.c
parent714db3bb819bb7f9f52270f2352b274bba3a9ff4 (diff)
updated for version 7.4.446v7.4.446
Problem: In some situations, when setting up an environment to trigger an autocommand, the environment is not properly restored. Solution: Check the return value of switch_win() and call restore_win() always. (Daniel Hahler)
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 adff6dbd01..53fcc8f0df 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 446,
+/**/
445,
/**/
444,