]> granicus.if.org Git - vim/commit
patch 8.2.2667: prop_find() cannot find item matching both id and type v8.2.2667
authorBram Moolenaar <Bram@vim.org>
Sat, 27 Mar 2021 21:07:29 +0000 (22:07 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 27 Mar 2021 21:07:29 +0000 (22:07 +0100)
commit24f21fdfca294fec25861343f8928f6480da95f4
tree9e22e3e5bb6b1bc7c95914ffcb1057d339b534c2
parentc580943965fc9b006ec233bdee4ea5380f5594ea
patch 8.2.2667: prop_find() cannot find item matching both id and type

Problem:    prop_find() cannot find item matching both id and type.
Solution:   Add the "both" argument. (Naohiro Ono, closes #8019)
runtime/doc/textprop.txt
src/testdir/test_textprop.vim
src/textprop.c
src/version.c