]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0862: 'wildmenu' not enabled by default in nocp mode v9.1.0862
authorLuca Saccarola <github.e41mv@aleeas.com>
Thu, 14 Nov 2024 20:21:17 +0000 (21:21 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 14 Nov 2024 20:21:17 +0000 (21:21 +0100)
commit437bc13ea101835511bf4b5029c84482c1e30e62
tree45e3a41db68d55f2a4f85e28a243d07e2f736a59
parent8b97ca66cf7e3e780a56fe5b07c491dd6833ea3c
patch 9.1.0862: 'wildmenu' not enabled by default in nocp mode

Problem:  'wildmenu' not enabled by default in nocp mode
Solution: promote the default Vim value to true, it has been enabled
          in defaults.vim anyhow, so remove it there (Luca Saccarola)

closes: #16055

Signed-off-by: Luca Saccarola <github.e41mv@aleeas.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/defaults.vim
runtime/doc/options.txt
src/optiondefs.h
src/version.c