diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-02-20 08:12:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-20 15:12:59 +0800 |
| commit | b62c0c8d9c22ae7fc9ee200733f8312efa6dbced (patch) | |
| tree | 8d7cef5b70f6a4d1023242a5b37b4ece50837bc6 /runtime/doc/eval.txt | |
| parent | 8784f064f15e5ae0b6bc85c2972ec16c64656e2b (diff) | |
| download | rneovim-b62c0c8d9c22ae7fc9ee200733f8312efa6dbced.tar.gz rneovim-b62c0c8d9c22ae7fc9ee200733f8312efa6dbced.tar.bz2 rneovim-b62c0c8d9c22ae7fc9ee200733f8312efa6dbced.zip | |
docs: fix typos (#21961)
Co-authored-by: Ben Morgan <cassava@iexu.de>
Diffstat (limited to 'runtime/doc/eval.txt')
| -rw-r--r-- | runtime/doc/eval.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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* |