diff options
author | zeertzjq <zeertzjq@outlook.com> | 2025-03-15 17:17:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-15 17:17:56 +0800 |
commit | 25ba8392f2d128eb81e9d1928e65fba6a8e0570c (patch) | |
tree | 5cedba36dffe598bc1e364fdbf78ad3057f20292 /runtime | |
parent | e7627db35fb04fb70934366237ae59de38792bc5 (diff) | |
download | rneovim-25ba8392f2d128eb81e9d1928e65fba6a8e0570c.tar.gz rneovim-25ba8392f2d128eb81e9d1928e65fba6a8e0570c.tar.bz2 rneovim-25ba8392f2d128eb81e9d1928e65fba6a8e0570c.zip |
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 (limited to 'runtime')
-rw-r--r-- | runtime/doc/filetype.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt index 2e0de44e56..a68d94828b 100644 --- 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 |