mirror of
https://github.com/neovim/neovim.git
synced 2026-04-30 19:24:09 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user