mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +00:00 
			
		
		
		
	vim-patch:9.1.0862: 'wildmenu' not enabled by default in nocp mode (#31261)
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: vim/vim#16055
437bc13ea1
Co-authored-by: Luca Saccarola <github.e41mv@aleeas.com>
			
			
This commit is contained in:
		@@ -89,7 +89,6 @@ Defaults                                                    *nvim-defaults*
 | 
			
		||||
- 'undodir' defaults to ~/.local/state/nvim/undo// (|xdg|), auto-created
 | 
			
		||||
- 'viewoptions' includes "unix,slash", excludes "options"
 | 
			
		||||
- 'viminfo' includes "!"
 | 
			
		||||
- 'wildmenu' is enabled
 | 
			
		||||
- 'wildoptions' defaults to "pum,tagfile"
 | 
			
		||||
 | 
			
		||||
- |editorconfig| plugin is enabled, .editorconfig settings are applied.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user