runtime(doc): update a few minor omissions from 5876016 and 4d2c4b9
Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt
index ac8d8f8..1b727e0 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 @@
: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 525a3a5..a824536 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 @@
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.