tests: use __empty and __raw

Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
saygo-png 2025-10-27 18:36:32 +01:00 committed by Matt Sturgeon
parent 9c2c9a1b35
commit 79d53a50e2
200 changed files with 733 additions and 718 deletions

View file

@ -15,7 +15,7 @@
column = 1;
consider_border = false;
current_only = false;
excluded_filetypes = [ ];
excluded_filetypes.__empty = { };
floating_windows = false;
hide_bar_for_insert = false;
hide_on_intersect = false;
@ -29,7 +29,7 @@
winblend = 50;
winblend_gui = 0;
zindex = 40;
signs_hidden_for_insert = [ ];
signs_hidden_for_insert.__empty = { };
signs_max_per_row = -1;
signs_on_startup = [
"diagnostics"
@ -39,11 +39,11 @@
signs_overflow = "left";
signs_show_in_folds = false;
changelist_previous_priority = 15;
changelist_previous_symbol = null;
changelist_previous_symbol.__raw = "nil";
changelist_current_priority = 10;
changelist_current_symbol = "@";
changelist_next_priority = 5;
changelist_next_symbol = null;
changelist_next_symbol.__raw = "nil";
conflicts_bottom_priority = 80;
conflicts_bottom_symbol = ">";
conflicts_middle_priority = 75;
@ -51,26 +51,26 @@
conflicts_top_priority = 70;
conflicts_top_symbol = "<";
cursor_priority = 0;
cursor_symbol = null;
cursor_symbol.__raw = "nil";
diagnostics_error_priority = 60;
diagnostics_error_symbol = "E";
diagnostics_hint_priority = 30;
diagnostics_hint_symbol = "H";
diagnostics_info_priority = 40;
diagnostics_info_symbol.__raw = "'I'"; # test rawLua support
diagnostics_severities = null;
diagnostics_severities.__raw = "nil";
diagnostics_warn_priority = 50;
diagnostics_warn_symbol = "W";
folds_priority = 30;
folds_symbol = null;
folds_symbol.__raw = "nil";
latestchange_priority = 10;
latestchange_symbol = null;
latestchange_symbol.__raw = "nil";
loclist_priority = 45;
loclist_symbol = null;
marks_characters = null;
loclist_symbol.__raw = "nil";
marks_characters.__raw = "nil";
marks_priority = 50;
quickfix_priority = 45;
quickfix_symbol = null;
quickfix_symbol.__raw = "nil";
search_priority = 70;
search_symbol = [
"="
@ -80,9 +80,9 @@
spell_priority = 20;
spell_symbol = "~";
textwidth_priority = 20;
textwidth_symbol = null;
textwidth_symbol.__raw = "nil";
trail_priority = 50;
trail_symbol = null;
trail_symbol.__raw = "nil";
};
};
};