]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4787: prop_find() does not find the right property v8.2.4787
authorLemonBoy <thatlemon@gmail.com>
Mon, 18 Apr 2022 20:54:02 +0000 (21:54 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 18 Apr 2022 20:54:02 +0000 (21:54 +0100)
commit9bd3ce22e36b5760a5e22e7d34d1bd6a3411258e
tree85c367ea512c8ed02519116e2208cf3ce23e51ae
parent861fcee8de19a694de413dd28e0ebe80010f0b4f
patch 8.2.4787: prop_find() does not find the right property

Problem:    prop_find() does not find the right property.
Solution:   Fix the scan order. (closes #10220)
src/testdir/test_textprop.vim
src/textprop.c
src/version.c