commit | e62780543f403186b27b210dd087dd8ba74159fc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 13 18:11:17 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 13 18:11:17 2017 +0200 |
tree | 69c492ec6c21c0a312888a22726f06e7a9d99fd1 | |
parent | 2438ae3d678288c4726d2e393d1c66fd5cc52623 [diff] [blame] |
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
diff --git a/src/version.c b/src/version.c index cc7bb86..91f9b56 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 930, +/**/ 929, /**/ 928,