]> granicus.if.org Git - vim/commit
patch 8.2.3270: prop_find() finds property with ID -2 v8.2.3270
authorBram Moolenaar <Bram@vim.org>
Sun, 1 Aug 2021 17:28:15 +0000 (19:28 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 1 Aug 2021 17:28:15 +0000 (19:28 +0200)
commit0d4d9ee9bb18f89d76c67f037baebe2c2db545f0
tree7063335b7972eb55ac85bfa000f388550c485bc2
parentf78da4f9d6daf1907e4ce4be74146375dbd9a546
patch 8.2.3270: prop_find() finds property with ID -2

Problem:    prop_find() finds property with ID -2.
Solution:   Use a separate flag to indicate an ID was specified. (issue #8674)
src/textprop.c
src/version.c