From dc6d952c3f77b269c36173fa83740ad2ffdd16a4 Mon Sep 17 00:00:00 2001 From: Jack Cherng Date: Sun, 21 Apr 2024 07:11:10 +0800 Subject: [PATCH] chore: fix typos Signed-off-by: Jack Cherng --- plugin/commands/auto_set_syntax.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/commands/auto_set_syntax.py b/plugin/commands/auto_set_syntax.py index 45dd3bda..2265d989 100644 --- a/plugin/commands/auto_set_syntax.py +++ b/plugin/commands/auto_set_syntax.py @@ -51,7 +51,7 @@ def run_auto_set_syntax_on_view( if event is ListenerEvent.EXEC: return _assign_syntax_for_exec_output(view_snapshot, event) - # prerequsites + # prerequisites if not ( (window := view.window()) and is_syntaxable_view(view, must_plaintext=must_plaintext)