From 4a34ae9c2d894d026ffbae59900837ee96fab296 Mon Sep 17 00:00:00 2001 From: Jonta <359397+Jonta@users.noreply.github.com> Date: Thu, 7 Oct 2021 04:57:29 +0200 Subject: [PATCH] Grammar --- src/window.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window.cc b/src/window.cc index ab885ca9..2fda7770 100644 --- a/src/window.cc +++ b/src/window.cc @@ -347,7 +347,7 @@ void Window::clear_display_buffer() void Window::on_option_changed(const Option& option) { run_hook_in_own_context(Hook::WinSetOption, format("{}={}", option.name(), option.get_desc_string())); - // an highlighter might depend on the option, so we need to redraw + // a highlighter might depend on the option, so we need to redraw force_redraw(); }