]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): grammar fixes in doc (#13164)
authorDominique Pellé <dominique.pelle@gmail.com>
Sun, 24 Sep 2023 21:07:39 +0000 (23:07 +0200)
committerGitHub <noreply@github.com>
Sun, 24 Sep 2023 21:07:39 +0000 (23:07 +0200)
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/ft_rust.txt
runtime/doc/terminal.txt
runtime/doc/version9.txt

index 9d5eb8cce7b1a8a6f08995455953aa8b49e081dd..fb8141c14d8e4c2148ae610d5e9f6fb1aeb26c4e 100644 (file)
@@ -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*
index c02a885c272c51da8d415dabb18389f89ce65ebb..62bc6e657ec310eeb9185e929b1c3235c718da64 100644 (file)
@@ -1532,7 +1532,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.
index ee5b68d8274e4572982e8dc90b086f2bc433dea2..09d6b3b7e36f91718ac8e72a9f3a6178b26b39d3 100644 (file)
@@ -1198,7 +1198,7 @@ Solution:   Use "curtab" if "tp" is NULL. (closes #5475)
 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