aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2025-03-14 20:17:17 +0800
committerGitHub <noreply@github.com>2025-03-14 12:17:17 +0000
commitf1422a313fa57c8c7045163aa209a9fd9166fe5a (patch)
tree18da9a0a8f8e9e604ac3807c39dd867154cf3f5b
parenta25ce5762de712e67db5c3dc0f2537894d5a4420 (diff)
downloadrneovim-f1422a313fa57c8c7045163aa209a9fd9166fe5a.tar.gz
rneovim-f1422a313fa57c8c7045163aa209a9fd9166fe5a.tar.bz2
rneovim-f1422a313fa57c8c7045163aa209a9fd9166fe5a.zip
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 <cb@256bit.org>
-rw-r--r--runtime/doc/filetype.txt1
1 files changed, 1 insertions, 0 deletions
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*