mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
printer_opts was left unitilized after #378
This commit is contained in:

committed by
Thiago de Arruda

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
|
||||
;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user