commit | 3fbf6cd355de2212e9227f57d545592aae3f688f | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sat Aug 13 21:35:13 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 13 21:35:13 2022 +0100 |
tree | 659f4b00bea60f1935a683a5b6a51ab19912d3d4 | |
parent | 9113c2cd19c72c0973ee5dc095a0a7f03f2af344 [diff] [blame] |
patch 9.0.0202: code and help for indexof() is not ideal Problem: Code and help for indexof() is not ideal. Solution: Refactor the code, improve the help. (Yegappan Lakshmanan, closes #10908)
diff --git a/src/version.c b/src/version.c index 1a41dd2..6d2ef9c 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 202, +/**/ 201, /**/ 200,