From b62c0c8d9c22ae7fc9ee200733f8312efa6dbced Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Mon, 20 Feb 2023 08:12:59 +0100 Subject: docs: fix typos (#21961) Co-authored-by: Ben Morgan --- runtime/doc/eval.txt | 4 ++-- runtime/doc/intro.txt | 2 +- runtime/doc/tagsrch.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'runtime') diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 0e77fb182e..3889b8e9a5 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -1827,8 +1827,8 @@ v:event Dictionary of event data for the current |autocommand|. Valid |CompleteChanged|. scrollbar Is |v:true| if popup menu have scrollbar, or |v:false| if not. - changed_window Is |v:true| if the the event fired - while changing window (or tab) on |DirChanged|. + changed_window Is |v:true| if the event fired while + changing window (or tab) on |DirChanged|. status Job status or exit code, -1 means "unknown". |TermClose| *v:exception* *exception-variable* diff --git a/runtime/doc/intro.txt b/runtime/doc/intro.txt index 6bf6850ccf..11ba1b408c 100644 --- a/runtime/doc/intro.txt +++ b/runtime/doc/intro.txt @@ -382,7 +382,7 @@ Note: - If numlock is on the |TUI| receives plain ASCII values, so mapping , , ..., and will not work. - Nvim supports mapping multibyte chars with modifiers such as ``. Which - combinations actually work depends on the the UI or host terminal. + combinations actually work depends on the UI or host terminal. - When a key is pressed using a meta or alt modifier and no mapping exists for that keypress, Nvim may behave as though was pressed before the key. - It is possible to notate combined modifiers (e.g. for CTRL-ALT-T), diff --git a/runtime/doc/tagsrch.txt b/runtime/doc/tagsrch.txt index 0f785dd1eb..49e51d6736 100644 --- a/runtime/doc/tagsrch.txt +++ b/runtime/doc/tagsrch.txt @@ -92,7 +92,7 @@ The ignore-case matches are found when: - when 'tagcase' is "followscs" and 'ignorecase' is on or the 'smartcase' option is on and the pattern does not contain an upper case character - when 'tagcase' is "ignore" -- when 'tagcase' is "smart" and the patter does not contain an upper case +- when 'tagcase' is "smart" and the pattern does not contain an upper case character Note that using ignore-case tag searching disables binary searching in the -- cgit