From f1422a313fa57c8c7045163aa209a9fd9166fe5a Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Fri, 14 Mar 2025 20:17:17 +0800 Subject: vim-patch:f22580e: runtime(doc): update a few minor omissions from 5876016 and 4d2c4b9 (#32888) https://github.com/vim/vim/commit/f22580e57c09ef8584fc62140028adf2d043c306 Skip options.txt: included in #30189 Co-authored-by: Christian Brabandt --- runtime/doc/filetype.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt index 56fbd5c2a0..2e0de44e56 100644 --- a/runtime/doc/filetype.txt +++ b/runtime/doc/filetype.txt @@ -620,6 +620,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* -- cgit