]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0202: code and help for indexof() is not ideal v9.0.0202
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sat, 13 Aug 2022 20:35:13 +0000 (21:35 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 13 Aug 2022 20:35:13 +0000 (21:35 +0100)
commit3fbf6cd355de2212e9227f57d545592aae3f688f
tree659f4b00bea60f1935a683a5b6a51ab19912d3d4
parent9113c2cd19c72c0973ee5dc095a0a7f03f2af344
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)
runtime/doc/builtin.txt
src/evalfunc.c
src/testdir/test_vim9_builtin.vim
src/version.c