From f22580e57c09ef8584fc62140028adf2d043c306 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Fri, 14 Mar 2025 12:05:52 +0100 Subject: [PATCH] runtime(doc): update a few minor omissions from 5876016 and 4d2c4b9 Signed-off-by: Christian Brabandt --- runtime/doc/filetype.txt | 3 ++- runtime/doc/options.txt | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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.