mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 22:08:18 +00:00
options: 'scrollback'
This commit is contained in:
@@ -1912,6 +1912,14 @@ return {
|
||||
pv_name='p_scroll',
|
||||
defaults={if_true={vi=12}}
|
||||
},
|
||||
{
|
||||
full_name='scrollback', abbreviation='scbk',
|
||||
type='number', scope={'buffer'},
|
||||
vi_def=true,
|
||||
varname='p_scbk',
|
||||
redraw={'current_buffer'},
|
||||
defaults={if_true={vi=1000}}
|
||||
},
|
||||
{
|
||||
full_name='scrollbind', abbreviation='scb',
|
||||
type='bool', scope={'window'},
|
||||
|
Reference in New Issue
Block a user