commit | 38ea2733b4dd8e9bfc4a5bb5c11cb661bf000c4e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 07 22:04:56 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 07 22:04:56 2022 +0100 |
tree | 2fc5f46d1731812668255d34093d5b929987deed | |
parent | 50652b0c5cfc9d48d3561772420e1f01f878f033 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 7544d6f..4bab4a5 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 167, +/**/ 166, /**/ 165,