mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 01:08:20 +00:00
vim-patch:9.0.1061: cannot display 'showcmd' somewhere else
Problem: Cannot display 'showcmd' somewhere else.
Solution: Add the 'showcmdloc' option. (Luuk van Baal, closes vim/vim#11684)
ba936f6f4e
Co-authored-by: Luuk van Baal <luukvbaal@gmail.com>
This commit is contained in:
@@ -2183,6 +2183,13 @@ return {
|
||||
varname='p_sc',
|
||||
defaults={if_true=true}
|
||||
},
|
||||
{
|
||||
full_name='showcmdloc', abbreviation='sloc',
|
||||
short_desc=N_("change location of partial command"),
|
||||
type='string', scope={'global'},
|
||||
varname='p_sloc',
|
||||
defaults={if_true="last"}
|
||||
},
|
||||
{
|
||||
full_name='showfulltag', abbreviation='sft',
|
||||
short_desc=N_("show full tag pattern when completing tag"),
|
||||
|
Reference in New Issue
Block a user