]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0167: checking for text properties could be a bit more efficient v9.0.0167
authorBram Moolenaar <Bram@vim.org>
Sun, 7 Aug 2022 21:04:56 +0000 (22:04 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 7 Aug 2022 21:04:56 +0000 (22:04 +0100)
commit38ea2733b4dd8e9bfc4a5bb5c11cb661bf000c4e
tree2fc5f46d1731812668255d34093d5b929987deed
parent50652b0c5cfc9d48d3561772420e1f01f878f033
patch 9.0.0167: checking for text properties could be a bit more efficient

Problem:    Checking for text properties could be a bit more efficient.
Solution:   Return early when there are no text properties.  Update TODO
            items.
src/textprop.c
src/version.c