From 3222f0ad0079ce4bd4e45886a00e4fe4685fb5dd Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Mon, 16 Oct 2023 16:36:25 +0800 Subject: vim-patch:dbf749bd5aae (#25665) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit runtime: Fix more typos (vim/vim#13354) * Fix more typos * Fix typos in ignored runtime/ directory https://github.com/vim/vim/commit/dbf749bd5aaef6ea2d28bce081349785d174d96a Co-authored-by: Viktor Szépe --- runtime/syntax/ora.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/syntax/ora.vim') diff --git a/runtime/syntax/ora.vim b/runtime/syntax/ora.vim index 99034793f2..ab091a2eee 100644 --- a/runtime/syntax/ora.vim +++ b/runtime/syntax/ora.vim @@ -449,7 +449,7 @@ hi def link oraString String "strings hi def link oraSpecial Special "special characters hi def link oraError Error "errors -hi def link oraParenError oraError "errors caused by mismatching parantheses +hi def link oraParenError oraError "errors caused by mismatching parentheses hi def link oraComment Comment "comments -- cgit