aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/options.lua
diff options
context:
space:
mode:
authorerw7 <erw7.github@gmail.com>2019-05-27 12:26:32 +0900
committererw7 <erw7.github@gmail.com>2019-06-05 09:54:52 +0900
commit777c2a25ce00f12b2d0dc26d594b1ba7ba10dcc6 (patch)
tree5645109e491af245d224c59f1c997f7d19af73c5 /src/nvim/options.lua
parent485972dd64317e6a09ce7694cf0f903fb6d13cbd (diff)
downloadrneovim-777c2a25ce00f12b2d0dc26d594b1ba7ba10dcc6.tar.gz
rneovim-777c2a25ce00f12b2d0dc26d594b1ba7ba10dcc6.tar.bz2
rneovim-777c2a25ce00f12b2d0dc26d594b1ba7ba10dcc6.zip
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) https://github.com/vim/vim/commit/9dfa3139198b38b28673e251a3756430065914e9
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r--src/nvim/options.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index affddd8084..3f28190ec3 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -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',