mirror of
				https://github.com/vim/vim.git
				synced 2025-10-30 09:47:20 -04:00 
			
		
		
		
	runtime(doc): grammar fixes in doc (#13164)
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
		| @@ -474,8 +474,8 @@ rust.vim Debugging | |||||||
| 		register. | 		register. | ||||||
|  |  | ||||||
| :RustInfoToFile [filename]                                   *:RustInfoToFile* | :RustInfoToFile [filename]                                   *:RustInfoToFile* | ||||||
| 		Saves debugging info of the Vim Rust plugin to the the given | 		Saves debugging info of the Vim Rust plugin to the given file, | ||||||
| 		file, overwritting it. | 		overwriting it. | ||||||
|  |  | ||||||
| ============================================================================== | ============================================================================== | ||||||
| MAPPINGS                                                       *rust-mappings* | MAPPINGS                                                       *rust-mappings* | ||||||
|   | |||||||
| @@ -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. | argument that is the name of the pty. | ||||||
| 							*gdb-version* | 							*gdb-version* | ||||||
| Only debuggers fully compatible with gdb will work.  Vim uses the GDB/MI | 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: | get this error: | ||||||
| 	Undefined command: "new-ui". Try "help".~ | 	Undefined command: "new-ui". Try "help".~ | ||||||
| Then your gdb is too old. | Then your gdb is too old. | ||||||
|   | |||||||
| @@ -1198,7 +1198,7 @@ Solution:   Use "curtab" if "tp" is NULL. (closes #5475) | |||||||
| Files:      src/evalwindow.c, src/testdir/test_getvar.vim | Files:      src/evalwindow.c, src/testdir/test_getvar.vim | ||||||
| 
 | 
 | ||||||
| Patch 8.2.0118 | 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. | Solution:   Do not decrement buffer reference count. | ||||||
| Files:      src/popupwin.c, src/testdir/test_popupwin.vim, | Files:      src/popupwin.c, src/testdir/test_popupwin.vim, | ||||||
|             src/testdir/dumps/Test_popupwin_infopopup_7.dump |             src/testdir/dumps/Test_popupwin_infopopup_7.dump | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user