]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): update a few minor omissions from 5876016 and 4d2c4b9
authorChristian Brabandt <cb@256bit.org>
Fri, 14 Mar 2025 11:05:52 +0000 (12:05 +0100)
committerChristian Brabandt <cb@256bit.org>
Fri, 14 Mar 2025 11:05:52 +0000 (12:05 +0100)
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/filetype.txt
runtime/doc/options.txt

index ac8d8f84b36475aa7096983315be714c95e726ba..1b727e0f7f6925dcec66db575cafbe0ecddfd32a 100644 (file)
@@ -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*
index 525a3a58ba79c57e3b5f128c98fdb07b8affb847..a82453626fdae4d34948eac64f65bdc656db3bdb 100644 (file)
@@ -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.