runtime(doc): CI fails with trailing whitespace error in usr_30.txt Commit: https://github.com/vim/vim/commit/77959dc6449053243504a5465b951c608fae51b0 Author: Christian Brabandt <c...@256bit.org> Date: Fri May 30 20:14:16 2025 +0200
runtime(doc): CI fails with trailing whitespace error in usr_30.txt Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/usr_30.txt b/runtime/doc/usr_30.txt index 9efc2efa0..86fe649bd 100644 --- 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 -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1uL4Fy-007ap9-Gu%40256bit.org.