]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1520: completion for option name includes all bool options v9.0.1520
authorBram Moolenaar <Bram@vim.org>
Sat, 6 May 2023 21:21:11 +0000 (22:21 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 6 May 2023 21:21:11 +0000 (22:21 +0100)
commit048d9d25214049dfde04c468c14bd1708fb692b8
tree5e902e2b54814aa8df9c582b73eb564e0b28d5c0
parent0b70aeb49d6dfd1879162f202150cb1ed5f024ad
patch 9.0.1520: completion for option name includes all bool options

Problem:    Completion for option name includes all bool options.
Solution:   Do not recognize the "noinv" prefix.  Prefix "no" or "inv" when
            appropriate.
src/cmdexpand.c
src/option.c
src/structs.h
src/testdir/test_options.vim
src/version.c