vim-patch:3fc7a7e44abd

runtime: Fix typos in various files

closes: vim/vim#12836

3fc7a7e44a

Co-authored-by: Viktor Szépe <viktor@szepe.net>
This commit is contained in:
Christian Clason
2023-08-24 09:07:35 +09:00
parent 1c961a9d62
commit 327e3fab9e
30 changed files with 47 additions and 47 deletions

View File

@@ -61,7 +61,7 @@ syn region chaiscriptFunc matchgroup=chaiscriptFunc start="`" end="`"
" Intentionally leaving out all of the normal, well known operators
syn match chaiscriptOperator "\.\."
" Guard seperator as an operator
" Guard separator as an operator
syn match chaiscriptOperator ":"
" Comments