changeset 33336:4541997c3638

runtime(doc): grammar fixes in doc (#13164) Commit: https://github.com/vim/vim/commit/960822a11f70d2ed7e78b42fb6b75a9f8839ec9f Author: Dominique Pell? <dominique.pelle@gmail.com> Date: Sun Sep 24 23:07:39 2023 +0200 runtime(doc): grammar fixes in doc (https://github.com/vim/vim/issues/13164) Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 24 Sep 2023 23:15:06 +0200
parents 7c94eca6a875
children 19b4f85c2649
files runtime/doc/ft_rust.txt runtime/doc/terminal.txt runtime/doc/version9.txt
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/doc/ft_rust.txt
+++ b/runtime/doc/ft_rust.txt
@@ -474,8 +474,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*
--- a/runtime/doc/terminal.txt
+++ b/runtime/doc/terminal.txt
@@ -1532,7 +1532,7 @@ The function will be called with the lis
 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.
--- a/runtime/doc/version9.txt
+++ b/runtime/doc/version9.txt
@@ -1198,7 +1198,7 @@ Solution:   Use "curtab" if "tp" is NULL
 Files:      src/evalwindow.c, src/testdir/test_getvar.vim
 
 Patch 8.2.0118
-Problem:    Crash when cycling to buffers involving popup window .
+Problem:    Crash when cycling to buffers involving popup window.
 Solution:   Do not decrement buffer reference count.
 Files:      src/popupwin.c, src/testdir/test_popupwin.vim,
             src/testdir/dumps/Test_popupwin_infopopup_7.dump