Skip to content

Commit 77959dc

Browse files
committed
runtime(doc): CI fails with trailing whitespace error in usr_30.txt
Signed-off-by: Christian Brabandt <[email protected]>
1 parent 6b2c1ad commit 77959dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/doc/usr_30.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ line, pressing <C-t> in Insert mode would indent the line by 4 spaces,
450450
a result impossible to get with the <Tab> key and 'tabstop' set to 8.
451451
To optimize space, `vi` would also silently remove packs of spaces and replace
452452
them with tab characters. The following shows what happens pressing <C-t>
453-
a few times.
453+
a few times.
454454
A "." stands for a space character and "------->" for a tab character.
455455

456456
type result ~
@@ -466,7 +466,7 @@ with `set tabstop=8 shiftwidth=2` one has
466466
<C-t><Tab><C-t><C-d> ------->
467467

468468
A third option that one could set in `vi` was 'autoindent'. It copies the
469-
indent level of the previous lines,
469+
indent level of the previous lines,
470470

471471
type result ~
472472
<Space><Tab>hello .------>hello

0 commit comments

Comments
 (0)