summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-08-13 18:11:17 +0200
committerBram Moolenaar <Bram@vim.org>2017-08-13 18:11:17 +0200
commite62780543f403186b27b210dd087dd8ba74159fc (patch)
tree69c492ec6c21c0a312888a22726f06e7a9d99fd1 /src/version.c
parent2438ae3d678288c4726d2e393d1c66fd5cc52623 (diff)
downloadvim-git-e62780543f403186b27b210dd087dd8ba74159fc.tar.gz
patch 8.0.0930: terminal buffers are stored in the viminfo filev8.0.0930
Problem: Terminal buffers are stored in the viminfo file while they can't be useful. Solution: Skip terminal buffers for file marks and buffer list
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 cc7bb865d..91f9b5670 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 */
/**/
+ 930,
+/**/
929,
/**/
928,