mirror of
https://github.com/neovim/neovim.git
synced 2025-11-15 23:01:24 +00:00
Problem: Completion for option name includes all bool options.
Solution: Do not recognize the "noinv" prefix. Prefix "no" or "inv" when
appropriate.
048d9d2521
Co-authored-by: Bram Moolenaar <Bram@vim.org>