mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
printer_opts was left unitilized after #378
This commit is contained in:
parent
7efc429276
commit
5dd0ce4263
@ -93,7 +93,6 @@
|
||||
*/
|
||||
|
||||
static option_table_T printer_opts[OPT_PRINT_NUM_OPTIONS]
|
||||
#ifdef DO_INIT
|
||||
=
|
||||
{
|
||||
{"top", TRUE, 0, NULL, 0, FALSE},
|
||||
@ -111,7 +110,6 @@ static option_table_T printer_opts[OPT_PRINT_NUM_OPTIONS]
|
||||
{"jobsplit", FALSE, 0, NULL, 0, FALSE},
|
||||
{"formfeed", FALSE, 0, NULL, 0, FALSE},
|
||||
}
|
||||
#endif
|
||||
;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user