neovim

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

commit eb6ca1424800e656953969bd8fca4f67790f69c0
parent d29b8005153fe17fafa728d2bbd3f42e1f8a5ecc
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Sat, 31 May 2025 08:18:20 +0800

vim-patch:77959dc: runtime(doc): CI fails with trailing whitespace error in usr_30.txt

https://github.com/vim/vim/commit/77959dc6449053243504a5465b951c608fae51b0

Co-authored-by: Christian Brabandt <cb@256bit.org>

Diffstat:
Mruntime/doc/usr_30.txt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/runtime/doc/usr_30.txt b/runtime/doc/usr_30.txt @@ -450,7 +450,7 @@ line, pressing <C-t> in Insert mode would indent the line by 4 spaces, a result impossible to get with the <Tab> key and 'tabstop' set to 8. To optimize space, `vi` would also silently remove packs of spaces and replace them with tab characters. The following shows what happens pressing <C-t> -a few times. +a few times. A "." stands for a space character and "------->" for a tab character. type result ~ @@ -466,7 +466,7 @@ with `set tabstop=8 shiftwidth=2` one has <C-t><Tab><C-t><C-d> -------> A third option that one could set in `vi` was 'autoindent'. It copies the -indent level of the previous lines, +indent level of the previous lines, type result ~ <Space><Tab>hello .------>hello