summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-08-29 22:44:59 +0200
committerBram Moolenaar <Bram@vim.org>2017-08-29 22:44:59 +0200
commite561a7e2fa511d643c9692d26f4cf65378fd1983 (patch)
treecf6dc86878bcd2fa7a9d8baf467e66e3427f390c /src/version.c
parent48340b62e812dc9280f621a2eb6db76d43555c66 (diff)
downloadvim-git-e561a7e2fa511d643c9692d26f4cf65378fd1983.tar.gz
patch 8.0.1013: terminal window behaves different from a buffer with changesv8.0.1013
Problem: A terminal window with a running job behaves different from a window containing a changed buffer. Solution: Do not set 'bufhidden' to "hide". Fix that a buffer where a terminal used to run is listed as "[Scratch]".
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 3be91c249..26604fd13 100644
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1013,
+/**/
1012,
/**/
1011,