diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt index ac8d8f84b3..1b727e0f7f 100644 --- a/runtime/doc/filetype.txt +++ b/runtime/doc/filetype.txt @@ -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* diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 525a3a58ba..a82453626f 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -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.