]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0930: terminal buffers are stored in the viminfo file v8.0.0930
authorBram Moolenaar <Bram@vim.org>
Sun, 13 Aug 2017 16:11:17 +0000 (18:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 13 Aug 2017 16:11:17 +0000 (18:11 +0200)
commite62780543f403186b27b210dd087dd8ba74159fc
tree69c492ec6c21c0a312888a22726f06e7a9d99fd1
parent2438ae3d678288c4726d2e393d1c66fd5cc52623
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
src/buffer.c
src/mark.c
src/version.c