From: Christian Brabandt Date: Fri, 30 May 2025 18:14:16 +0000 (+0200) Subject: runtime(doc): CI fails with trailing whitespace error in usr_30.txt X-Git-Tag: v9.1.1419~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=77959dc6449053243504a5465b951c608fae51b0;p=thirdparty%2Fvim.git runtime(doc): CI fails with trailing whitespace error in usr_30.txt Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/usr_30.txt b/runtime/doc/usr_30.txt index 9efc2efa06..86fe649bdd 100644 --- a/runtime/doc/usr_30.txt +++ b/runtime/doc/usr_30.txt @@ -450,7 +450,7 @@ line, pressing in Insert mode would indent the line by 4 spaces, a result impossible to get with the 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 -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 -------> 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 ~ hello .------>hello