]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1568: prop_find() skips properties in the same line v8.2.1568
authorBram Moolenaar <Bram@vim.org>
Wed, 2 Sep 2020 17:59:00 +0000 (19:59 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 2 Sep 2020 17:59:00 +0000 (19:59 +0200)
commit4da7a259f6b28a4f855a6fa7d0ede5e038600154
treef5a7b2fa464a077b0cff49553aa3b255557dda1e
parent6efa46f4efd226f65634ba8eb6ddee54de1de563
patch 8.2.1568: prop_find() skips properties in the same line

Problem:    prop_find() skips properties in the same line if "skipstart" is
            used.
Solution:   Use "continue" instead of "break". (closes #6840)
src/testdir/test_textprop.vim
src/textprop.c
src/version.c