diff options
author | Oliver Marriott <rktjmp@users.noreply.github.com> | 2021-09-18 03:07:00 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-17 13:07:00 -0400 |
commit | d9f93e56427b78d6d395d45e1a0ca243783d4f5c (patch) | |
tree | fc16056a72405e8ddcc4c2f9b253d65061c6912a /runtime | |
parent | d8de4eb685e35646c7d541e9a75bdc296127b7e2 (diff) | |
download | rneovim-d9f93e56427b78d6d395d45e1a0ca243783d4f5c.tar.gz rneovim-d9f93e56427b78d6d395d45e1a0ca243783d4f5c.tar.bz2 rneovim-d9f93e56427b78d6d395d45e1a0ca243783d4f5c.zip |
fix(typo): overriden -> overridden (RE: PR #14159) (#15360)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/autoload/vimexpect.vim | 2 | ||||
-rw-r--r-- | runtime/doc/eval.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/runtime/autoload/vimexpect.vim b/runtime/autoload/vimexpect.vim index 0ed888d2a4..04c742b894 100644 --- a/runtime/autoload/vimexpect.vim +++ b/runtime/autoload/vimexpect.vim @@ -39,7 +39,7 @@ let s:Parser.LINE_BUFFER_MAX_LEN = 100 " Create a new Parser instance with the initial state and a target. The target " is a dictionary that will be the `self` of every State method call associated " with the parser, and may contain options normally passed to -" `jobstart`(on_stdout/on_stderr will be overriden). Returns the target so it +" `jobstart`(on_stdout/on_stderr will be overridden). Returns the target so it " can be called directly as the second argument of `jobstart`: " " call jobstart(prog_argv, vimexpect#Parser(initial_state, {'pty': 1})) diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 99e48e602b..d29451f5c3 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -12495,7 +12495,7 @@ Command-line expressions highlighting *expr-highlight* Expressions entered by the user in |i_CTRL-R_=|, |c_CTRL-\_e|, |quote=| are highlighted by the built-in expressions parser. It uses highlight groups -described in the table below, which may be overriden by colorschemes. +described in the table below, which may be overridden by colorschemes. *hl-NvimInvalid* Besides the "Nvim"-prefixed highlight groups described below, there are "NvimInvalid"-prefixed highlight groups which have the same meaning but |