refactor: use int for Columns and Rows

This commit is contained in:
Björn Linse
2019-07-19 09:12:58 +02:00
parent 75928101f8
commit aa28e070e9
20 changed files with 94 additions and 92 deletions

View File

@@ -379,10 +379,9 @@ return {
full_name='columns', abbreviation='co',
type='number', scope={'global'},
no_mkrc=true,
nodefault=true,
vi_def=true,
redraw={'everything'},
varname='Columns',
varname='p_columns',
defaults={if_true={vi=macros('DFLT_COLS')}}
},
{
@@ -1384,10 +1383,9 @@ return {
full_name='lines',
type='number', scope={'global'},
no_mkrc=true,
nodefault=true,
vi_def=true,
redraw={'everything'},
varname='Rows',
varname='p_lines',
defaults={if_true={vi=macros('DFLT_ROWS')}}
},
{