]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2171: The options[] array is still not sorted alphabetically v9.0.2171
authorzeertzjq <zeertzjq@outlook.com>
Sat, 16 Dec 2023 13:14:36 +0000 (14:14 +0100)
committerChristian Brabandt <cb@256bit.org>
Sat, 16 Dec 2023 13:14:36 +0000 (14:14 +0100)
commitffba4e952b25c9257a7b0bd860b85fca2c1e65f4
tree2037f5492023edeaee3e300d71ff57ff0b0d0adc
parente5437c542709b77ade084f96e60d84d4e847e6d3
patch 9.0.2171: The options[] array is still not sorted alphabetically

Problem:  The options[] array is still not sorted alphabetically
          (after: v9.0.2154), causing test failures
Solution: Sort the remaining items

This causes an failure for the vim/vim-win32-installer builds, so make
sure it is completely sorted.

closes: #13690

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/optiondefs.h
src/version.c