mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 02:08:17 +00:00
defaults: scrollback=10000 (#7556)
This commit is contained in:
@@ -1924,7 +1924,7 @@ return {
|
||||
vi_def=true,
|
||||
varname='p_scbk',
|
||||
redraw={'current_buffer'},
|
||||
defaults={if_true={vi=1000}}
|
||||
defaults={if_true={vi=10000}}
|
||||
},
|
||||
{
|
||||
full_name='scrollbind', abbreviation='scb',
|
||||
|
Reference in New Issue
Block a user