summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-03-27 23:02:07 +0200
committerBram Moolenaar <Bram@vim.org>2017-03-27 23:02:07 +0200
commitd5d37537d1fa46fd468bd378af2006dd09840f38 (patch)
treea0319f63b4739528379f52ad116b6aa5f78f6b90 /src/version.c
parent980128c369451450743bdb90a67588fa72ec4b07 (diff)
downloadvim-d5d37537d1fa46fd468bd378af2006dd09840f38.zip
patch 8.0.0515: ml_get errors in silent Ex mode
Problem: ml_get errors in silent Ex mode. (Dominique Pelle) Solution: Clear valid flags when setting the cursor. Set the topline when not in full screen mode.
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 79c97f9b9..c114d8f55 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 */
/**/
+ 515,
+/**/
514,
/**/
513,