Remove 'textmode' option

'textmode' is an option obsoleted for at least 10 years in favor of
'fileformat'.
This commit is contained in:
Marco Hinz
2014-04-15 16:41:51 +02:00
committed by Thiago de Arruda
parent a53f784738
commit 85b5a75a69
4 changed files with 39 additions and 60 deletions

View File

@@ -607,7 +607,6 @@ struct file_buffer {
long b_p_smc; /* 'synmaxcol' */
char_u *b_p_syn; /* 'syntax' */
long b_p_ts; /* 'tabstop' */
int b_p_tx; /* 'textmode' */
long b_p_tw; /* 'textwidth' */
long b_p_tw_nobin; /* b_p_tw saved for binary mode */
long b_p_tw_nopaste; /* b_p_tw saved for paste mode */