mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:960822a11f70
runtime(doc): grammar fixes in doc (vim/vim#13164)
960822a11f
Co-authored-by: Dominique Pellé <dominique.pelle@gmail.com>
This commit is contained in:
parent
57b84f6d64
commit
2049e22f7f
@ -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*
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user