commit | 3fc7a7e44abda6505ccd39a6d067db6e5173cbf6 | [log] [tgz] |
---|---|---|
author | Viktor Szépe <viktor@szepe.net> | Wed Aug 23 21:20:00 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Wed Aug 23 21:20:00 2023 +0200 |
tree | fbccdd210699fd68bb39f86bcb6d037b57d66c1c | |
parent | afe0466fb1695fa8b9782eea8a8e9f9540d4cb85 [diff] [blame] |
runtime: Fix typos in various files closes: #12836 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Viktor Szépe <viktor@szepe.net>
diff --git a/runtime/syntax/groovy.vim b/runtime/syntax/groovy.vim index 41495e6..e48279b 100644 --- a/runtime/syntax/groovy.vim +++ b/runtime/syntax/groovy.vim
@@ -362,7 +362,7 @@ " Mark these as operators -" Hightlight brackets +" Highlight brackets " syn match groovyBraces "[{}]" " syn match groovyBraces "[\[\]]" " syn match groovyBraces "[\|]"