summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-03-25 15:03:45 +0100
committerBram Moolenaar <Bram@vim.org>2017-03-25 15:03:45 +0100
commitba6ad17378ddb9b33412d85174224997b8ff7a4f (patch)
tree6d3d76c77155373f1a4dd82d23d46b973ea29e63 /src/version.c
parente5e0fbcd4244d032a0635ad7defe2831f251c639 (diff)
downloadvim-git-ba6ad17378ddb9b33412d85174224997b8ff7a4f.tar.gz
patch 8.0.0505: failed window split for :stag not handledv8.0.0505
Problem: Failed window split for :stag not handled. (Coverity CID 99204) Solution: If the split fails skip to the end. (bstaletic, closes #1577)
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 6719bf100..971709422 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 505,
+/**/
504,
/**/
503,