1
0
forked from aniani/vim

patch 8.1.0829: when 'hidden' is set session creates extra buffers

Problem:    When 'hidden' is set session creates extra buffers.
Solution:   Move :badd commands to the end. (Jason Franklin)
This commit is contained in:
Bram Moolenaar
2019-01-26 20:07:38 +01:00
parent 6aba96dd57
commit d39e275b57
3 changed files with 48 additions and 20 deletions

View File

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