]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0004: get E685 and E931 if buffer reload is interrupted v8.2.0004
authorBram Moolenaar <Bram@vim.org>
Sat, 14 Dec 2019 15:18:15 +0000 (16:18 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 14 Dec 2019 15:18:15 +0000 (16:18 +0100)
commita6e8f888e7fc31b8ab7233509254fb2e2fe4089f
treecef20e90b6736c286442b40a1169aed2263ec984
parentf5f4b6cb5f6174458848d2fbc0388379222c8a0f
patch 8.2.0004: get E685 and E931 if buffer reload is interrupted

Problem:    Get E685 and E931 if buffer reload is interrupted.
Solution:   Do not abort deleting a dummy buffer. (closes #5361)
src/buffer.c
src/ex_cmds.c
src/ex_getln.c
src/misc2.c
src/proto/buffer.pro
src/quickfix.c
src/testdir/test_trycatch.vim
src/version.c
src/vim.h
src/window.c