File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -657,6 +657,7 @@ possibilities: >
657
657
658
658
:Cycle " to cycle between the previous commands
659
659
<
660
+ The `:Cycle` command is also mapped to the CTRL-A and CTRL-X keys.
660
661
For details, see `git-rebase --help`.
661
662
662
663
GO *ft-go-plugin*
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
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|.
2122
2122
2123
2123
whole_line whole lines | i_CTRL-X_CTRL-L |
2124
2124
2125
- When used the 'completeopt' "longest" option value, fuzzy collection
2125
+ When using the 'completeopt' "longest" option value, fuzzy collection
2126
2126
can identify the longest common string among the best fuzzy matches
2127
2127
and insert it automatically.
2128
2128
You can’t perform that action at this time.
0 commit comments