mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
Remove 'textmode' option
'textmode' is an option obsoleted for at least 10 years in favor of 'fileformat'.
This commit is contained in:

committed by
Thiago de Arruda

parent
a53f784738
commit
85b5a75a69
@@ -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 */
|
||||
|
Reference in New Issue
Block a user