aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/8th.vim
diff options
context:
space:
mode:
authorChristian Clason <christian.clason@uni-due.de>2021-09-10 08:48:27 +0200
committerGitHub <noreply@github.com>2021-09-10 08:48:27 +0200
commit8f0c843c130a2117610e7892a8c1ca0887a54a6f (patch)
tree9b94e9cabd126de4b036057a4a3256ebff48879d /runtime/syntax/8th.vim
parenta422f2136a001921fb54e7b83b6d00e6d5f42a4a (diff)
downloadrneovim-8f0c843c130a2117610e7892a8c1ca0887a54a6f.tar.gz
rneovim-8f0c843c130a2117610e7892a8c1ca0887a54a6f.tar.bz2
rneovim-8f0c843c130a2117610e7892a8c1ca0887a54a6f.zip
vim-patch:4d8f476176ea (#15612)
* vim-patch:4d8f476176ea Update runtime files https://github.com/vim/vim/commit/4d8f476176eadfc745bcb8e143460029048f858d skip nsis/README.txt skip doc/vim9.txt skip src/nvim/po/it.po
Diffstat (limited to 'runtime/syntax/8th.vim')
-rw-r--r--runtime/syntax/8th.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/8th.vim b/runtime/syntax/8th.vim
index ddc1084c9f..d543489b72 100644
--- a/runtime/syntax/8th.vim
+++ b/runtime/syntax/8th.vim
@@ -293,7 +293,7 @@ syn region eighthComment start="\zs\\" end="$" contains=eighthTodo
" Define the default highlighting.
if !exists("did_eighth_syntax_inits")
let did_eighth_syntax_inits=1
- " The default methods for highlighting. Can be overriden later.
+ " The default methods for highlighting. Can be overridden later.
hi def link eighthTodo Todo
hi def link eighthOperators Operator
hi def link eighthMath Number