mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
refactor(options): remove fileformat macros
This commit is contained in:
@@ -84,7 +84,7 @@ static char *(p_dip_values[]) = { "filler", "context:", "iblank", "icase",
|
||||
"indent-heuristic", "linematch:", "algorithm:", NULL };
|
||||
static char *(p_dip_algorithm_values[]) = { "myers", "minimal", "patience", "histogram", NULL };
|
||||
static char *(p_nf_values[]) = { "bin", "octal", "hex", "alpha", "unsigned", "blank", NULL };
|
||||
static char *(p_ff_values[]) = { FF_UNIX, FF_DOS, FF_MAC, NULL };
|
||||
static char *(p_ff_values[]) = { "unix", "dos", "mac", NULL };
|
||||
static char *(p_cb_values[]) = { "unnamed", "unnamedplus", NULL };
|
||||
static char *(p_cmp_values[]) = { "internal", "keepascii", NULL };
|
||||
// Note: Keep this in sync with fill_culopt_flags()
|
||||
|
Reference in New Issue
Block a user