mirror of
https://github.com/neovim/neovim.git
synced 2025-10-14 22:06:07 +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:
@@ -19,7 +19,7 @@ if exists('s:did_load')
|
||||
set listchars=eol:$
|
||||
set maxsearchcount=99
|
||||
set mousemodel=extend
|
||||
set nohidden nosmarttab noautoindent noautoread noruler noshowcmd
|
||||
set nohidden nosmarttab noautoindent noautoread noruler
|
||||
set nohlsearch noincsearch
|
||||
set nrformats=bin,octal,hex
|
||||
set sessionoptions+=options
|
||||
|
Reference in New Issue
Block a user