0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00

runtime(doc): update a few minor omissions from 5876016 and 4d2c4b9

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt 2025-03-14 12:05:52 +01:00
parent 5606ca5349
commit f22580e57c
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
*filetype.txt* For Vim version 9.1. Last change: 2025 Mar 13
*filetype.txt* For Vim version 9.1. Last change: 2025 Mar 14
VIM REFERENCE MANUAL by Bram Moolenaar
@ -657,6 +657,7 @@ possibilities: >
:Cycle " to cycle between the previous commands
<
The `:Cycle` command is also mapped to the CTRL-A and CTRL-X keys.
For details, see `git-rebase --help`.
GO *ft-go-plugin*

View File

@ -1,4 +1,4 @@
*options.txt* For Vim version 9.1. Last change: 2025 Mar 13
*options.txt* For Vim version 9.1. Last change: 2025 Mar 14
VIM REFERENCE MANUAL by Bram Moolenaar
@ -2122,7 +2122,7 @@ A jump table for the options with a short description can be found at |Q_op|.
whole_line whole lines |i_CTRL-X_CTRL-L|
When used the 'completeopt' "longest" option value, fuzzy collection
When using the 'completeopt' "longest" option value, fuzzy collection
can identify the longest common string among the best fuzzy matches
and insert it automatically.