mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 14:28:18 +00:00
vim-patch:8.1.1270: cannot see current match position
Problem: Cannot see current match position.
Solution: Show "3/44" when using the "n" command and "S" is not in
'shortmess'. (Christian Brabandt, closes vim/vim#4317)
9dfa313919
This commit is contained in:
@@ -2134,7 +2134,7 @@ return {
|
||||
type='string', list='flags', scope={'global'},
|
||||
vim=true,
|
||||
varname='p_shm',
|
||||
defaults={if_true={vi="", vim="filnxtToOF"}}
|
||||
defaults={if_true={vi="S", vim="filnxtToOFS"}}
|
||||
},
|
||||
{
|
||||
full_name='showbreak', abbreviation='sbr',
|
||||
|
Reference in New Issue
Block a user