]> granicus.if.org Git - vim/commit
patch 8.2.0357: cannot delete a text property matching both id and type v8.2.0357
authorBram Moolenaar <Bram@vim.org>
Thu, 5 Mar 2020 20:52:55 +0000 (21:52 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 5 Mar 2020 20:52:55 +0000 (21:52 +0100)
commit49b79bd4888341d527c95f2aa73ed953203ce2b6
treed43e2c107c13b78845cf4e72670f696c21e88717
parent8f027fe470555252b258508c455e93700a969cb1
patch 8.2.0357: cannot delete a text property matching both id and type

Problem:    Cannot delete a text property matching both id and type. (Axel
            Forsman)
Solution:   Add the "both" argument.
runtime/doc/textprop.txt
src/testdir/test_textprop.vim
src/textprop.c
src/version.c