]> granicus.if.org Git - vim/commit
patch 8.2.3257: calling prop_find() with -1 for ID gives errornous error v8.2.3257
authorBram Moolenaar <Bram@vim.org>
Sat, 31 Jul 2021 16:33:57 +0000 (18:33 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 31 Jul 2021 16:33:57 +0000 (18:33 +0200)
commit8e3fc135e884a30620fb1c6e84986fae1467acd3
treeaee5f877c6359bf1971a2dc2d03abf3be6c77dd7
parentbf634a0a8b64fda2e53d3e2254fe0ffdc3d67196
patch 8.2.3257: calling prop_find() with -1 for ID gives errornous error

Problem:    Calling prop_find() with -1 for ID gives errornous error. (Naohiro
            Ono)
Solution:   When passing -1 use -2. (closes #8674)
src/testdir/test_textprop.vim
src/textprop.c
src/version.c