diff options
Diffstat (limited to 'src/nvim/highlight_group.c')
-rw-r--r-- | src/nvim/highlight_group.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/highlight_group.c b/src/nvim/highlight_group.c index 7c64571c11..683ad0c8a3 100644 --- a/src/nvim/highlight_group.c +++ b/src/nvim/highlight_group.c @@ -670,7 +670,7 @@ void syn_init_cmdline_highlight(bool reset, bool init) /// @param reset clear groups first void init_highlight(bool both, bool reset) { - static int had_both = false; + static bool had_both = false; // Try finding the color scheme file. Used when a color file was loaded // and 'background' or 't_Co' is changed. |