]> git.ipfire.org Git - thirdparty/vim.git/commit
tests: string options in gen_opt_test.vim not fully sorted v9.1.1538
authorzeertzjq <zeertzjq@outlook.com>
Fri, 11 Jul 2025 17:17:07 +0000 (19:17 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 11 Jul 2025 17:17:07 +0000 (19:17 +0200)
commit7306e8fcdb6fd17276b6aafb23a522cefecb5857
treed8fe3023e1dc8e8602c60dd8014fab788ed5e379
parent41adebe5727fd82347ab8d0c26713f5714616b48
tests: string options in gen_opt_test.vim not fully sorted

Problem:  tests: string options in gen_opt_test.vim aren't fully sorted.
Solution: Sort the string options alphabetically.  Also make description
          of 'maxsearchcount' start with lower-case for consistency with
          other options, update documentation for searchcount().

closes: #17720

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/builtin.txt
runtime/optwin.vim
src/testdir/test_search_stat.vim
src/testdir/util/gen_opt_test.vim
src/version.c