Skip to content

Commit 7a88d9c

Browse files
committed
Merge remote-tracking branch 'upstream/master' into tabsidebar
2 parents e9d02e0 + f22580e commit 7a88d9c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

runtime/doc/filetype.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*filetype.txt* For Vim version 9.1. Last change: 2025 Mar 13
1+
*filetype.txt* For Vim version 9.1. Last change: 2025 Mar 14
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -657,6 +657,7 @@ possibilities: >
657657
658658
:Cycle " to cycle between the previous commands
659659
<
660+
The `:Cycle` command is also mapped to the CTRL-A and CTRL-X keys.
660661
For details, see `git-rebase --help`.
661662

662663
GO *ft-go-plugin*

runtime/doc/options.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2025 Mar 13
1+
*options.txt* For Vim version 9.1. Last change: 2025 Mar 14
22

33

44
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|.
21222122

21232123
whole_line whole lines |i_CTRL-X_CTRL-L|
21242124

2125-
When used the 'completeopt' "longest" option value, fuzzy collection
2125+
When using the 'completeopt' "longest" option value, fuzzy collection
21262126
can identify the longest common string among the best fuzzy matches
21272127
and insert it automatically.
21282128

0 commit comments

Comments
 (0)