mirror of
https://github.com/neovim/neovim.git
synced 2025-09-23 19:48:32 +00:00
vim-patch:9.1.1550: defaults: 'showcmd' is not enabled in non-compatible mode on Unix
Problem: defaults: 'showcmd' is not enabled in non-compatible mode on
Unix
Solution: Always enable 'showcmd' in non-compatible mode, drop it from
defaults.vim.
'showcmd' was already always enabled in Vim compatible mode except for
UNIX environments. So let's just enable it always, there is no good
reason why UNIX platforms should be handled differently than other
platforms, especially since `defaults.vim` did enable this option
anyhow.
closes: vim/vim#17739
3f9d2378bd
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -77,7 +77,6 @@ Defaults *defaults* *nvim-defaults*
|
||||
- 'ruler' is enabled
|
||||
- 'sessionoptions' includes "unix,slash", excludes "options"
|
||||
- 'shortmess' includes "CF", excludes "S"
|
||||
- 'showcmd' is enabled
|
||||
- 'sidescroll' defaults to 1
|
||||
- 'smarttab' is enabled
|
||||
- 'spellfile' defaults to `stdpath("data").."/site/spell/"`
|
||||
|
Reference in New Issue
Block a user