]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1388: errors when calling prop_remove() for an unloaded buffer v8.1.1388
authorBram Moolenaar <Bram@vim.org>
Fri, 24 May 2019 19:22:29 +0000 (21:22 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 24 May 2019 19:22:29 +0000 (21:22 +0200)
commitf0884c5f3f5a25481d1e16f0979aa978a6690bb1
tree4cc8521c7b5093a3218fed032d02e6fba8bf71e9
parentd79eef2eb1f24b53206c4e55b80a4634f548c429
patch 8.1.1388: errors when calling prop_remove() for an unloaded buffer

Problem:    Errors when calling prop_remove() for an unloaded buffer.
Solution:   Bail out when the buffer is not loaded.  Add a few more tests for
            failing when the buffer number is invalid.
src/testdir/test_textprop.vim
src/textprop.c
src/version.c