options: 'scrollback'

This commit is contained in:
Justin M. Keyes
2017-02-21 01:52:16 +01:00
parent fedb8443d5
commit 300eca3d30
6 changed files with 43 additions and 24 deletions

View File

@@ -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'},