neovim

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

commit 25ba8392f2d128eb81e9d1928e65fba6a8e0570c
parent e7627db35fb04fb70934366237ae59de38792bc5
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Sat, 15 Mar 2025 17:17:56 +0800

vim-patch:2329bd4: runtime(doc): fix a typo in gitrebase filetype (#32899)

Introduced in 4d2c4b90f.

closes: vim/vim#16892

https://github.com/vim/vim/commit/2329bd427a046d1e76ba29100a2e79790fd96011

Co-authored-by: skshetry <18718008+skshetry@users.noreply.github.com>
Diffstat:
Mruntime/doc/filetype.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt @@ -615,7 +615,7 @@ with interactive `git rebase`: > :Reword " to pick this commit, but change the commit message :Squash " to squash this commit into the previous one -In addition, the following comamnd can be used to cycle between the different +In addition, the following command can be used to cycle between the different possibilities: > :Cycle " to cycle between the previous commands