neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit f1422a313fa57c8c7045163aa209a9fd9166fe5a
parent a25ce5762de712e67db5c3dc0f2537894d5a4420
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Fri, 14 Mar 2025 20:17:17 +0800

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>
Diffstat:
Mruntime/doc/filetype.txt | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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*