aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-09-25 06:39:28 +0800
committerzeertzjq <zeertzjq@outlook.com>2023-09-25 06:39:35 +0800
commit2049e22f7f5c11d5ef34fca6c4634ac246dfa42d (patch)
treea32d5f18b65368bcf19956b96fbc792d064a5ee2
parent57b84f6d640a13e0f1aed5e713609b366400c48f (diff)
downloadrneovim-2049e22f7f5c11d5ef34fca6c4634ac246dfa42d.tar.gz
rneovim-2049e22f7f5c11d5ef34fca6c4634ac246dfa42d.tar.bz2
rneovim-2049e22f7f5c11d5ef34fca6c4634ac246dfa42d.zip
vim-patch:960822a11f70
runtime(doc): grammar fixes in doc (vim/vim#13164) https://github.com/vim/vim/commit/960822a11f70d2ed7e78b42fb6b75a9f8839ec9f Co-authored-by: Dominique Pellé <dominique.pelle@gmail.com>
-rw-r--r--runtime/doc/ft_rust.txt4
-rw-r--r--runtime/doc/nvim_terminal_emulator.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/ft_rust.txt b/runtime/doc/ft_rust.txt
index b912f732b6..083b6f579f 100644
--- a/runtime/doc/ft_rust.txt
+++ b/runtime/doc/ft_rust.txt
@@ -467,8 +467,8 @@ rust.vim Debugging ~
register.
:RustInfoToFile [filename] *:RustInfoToFile*
- Saves debugging info of the Vim Rust plugin to the the given
- file, overwritting it.
+ Saves debugging info of the Vim Rust plugin to the given file,
+ overwriting it.
==============================================================================
MAPPINGS *rust-mappings*
diff --git a/runtime/doc/nvim_terminal_emulator.txt b/runtime/doc/nvim_terminal_emulator.txt
index d0d535566d..0cfeb3dcb7 100644
--- a/runtime/doc/nvim_terminal_emulator.txt
+++ b/runtime/doc/nvim_terminal_emulator.txt
@@ -482,7 +482,7 @@ The function will be called with the list of arguments so far, and a second
argument that is the name of the pty.
*gdb-version*
Only debuggers fully compatible with gdb will work. Vim uses the GDB/MI
-interface. The "new-ui" command requires gdb version 7.12 or later. if you
+interface. The "new-ui" command requires gdb version 7.12 or later. If you
get this error:
Undefined command: "new-ui". Try "help".~
Then your gdb is too old.