commit | b218655d5a485f5b193fb18d7240837d42b89812 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sat Aug 13 13:09:20 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 13 13:09:20 2022 +0100 |
tree | 63cd2df4a3e2f3bbd0cac7bbe6ab637c56c6b6c5 | |
parent | 9032b9ceb6073288d75386dbcbd9d1982fa24080 [diff] [blame] |
patch 9.0.0196: finding value in list may require a for loop Problem: Finding value in list may require a for loop. Solution: Add indexof(). (Yegappan Lakshmanan, closes #10903)
diff --git a/src/version.c b/src/version.c index 72890e4..65bbcf7 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 196, +/**/ 195, /**/ 194,