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

@@ -651,6 +651,7 @@ struct file_buffer {
char_u *b_p_qe; ///< 'quoteescape'
int b_p_ro; ///< 'readonly'
long b_p_sw; ///< 'shiftwidth'
long b_p_scbk; ///< 'scrollback'
int b_p_si; ///< 'smartindent'
long b_p_sts; ///< 'softtabstop'
long b_p_sts_nopaste; ///< b_p_sts saved for paste mode