1
0
forked from aniani/vim

patch 8.0.0930: terminal buffers are stored in the viminfo file

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
This commit is contained in:
Bram Moolenaar
2017-08-13 18:11:17 +02:00
parent 2438ae3d67
commit e62780543f
3 changed files with 22 additions and 3 deletions

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
930,
/**/
929,
/**/