commit | dbf749bd5aaef6ea2d28bce081349785d174d96a | [log] [tgz] |
---|---|---|
author | Viktor Szépe <viktor@szepe.net> | Mon Oct 16 09:53:37 2023 +0200 |
committer | GitHub <noreply@github.com> | Mon Oct 16 09:53:37 2023 +0200 |
tree | cdc1b3ee6da473b77d1bd035747852cf67431964 | |
parent | f5a94d5165bb9e390797da50a1fa7a87df3fbee4 [diff] [blame] |
runtime: Fix more typos (#13354) * Fix more typos * Fix typos in ignored runtime/ directory Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/runtime/syntax/spup.vim b/runtime/syntax/spup.vim index 9284abf..222caa7 100644 --- a/runtime/syntax/spup.vim +++ b/runtime/syntax/spup.vim
@@ -29,7 +29,7 @@ "let strict_subsections = 1 " highlight types usually found in DECLARE section -if !exists("hightlight_types") +if !exists("highlight_types") let highlight_types = 1 endif