Skip to content

Commit 6d77a69

Browse files
authored
Merge pull request #1796 from h-east/update-pi_tutor
Update pi_tutor.{txt,jax}
2 parents 3e4dbdc + 4375f98 commit 6d77a69

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

doc/pi_tutor.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_tutor.txt* For Vim バージョン 9.1. Last change: 2024 Nov 03
1+
*pi_tutor.txt* For Vim バージョン 9.1. Last change: 2024 Nov 09
22

33
☆Vim の対話的なチュートリアル *vim-tutor-mode*
44

en/pi_tutor.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
*pi_tutor.txt* For Vim version 9.1. Last change: 2024 Nov 03
1+
*pi_tutor.txt* For Vim version 9.1. Last change: 2024 Nov 09
22

33
INTERACTIVE TUTORIALS FOR VIM *vim-tutor-mode*
44

55
vim-tutor-mode provides a system to follow and create interactive tutorials
6-
for vim and third party plugins. It replaces the venerable `vimtutor` system.
6+
for vim and third party plugins. It replaces the venerable `vimtutor` system.
77

88
=============================================================================
99
1. Usage *vim-tutor-usage*
1010

1111
vim-tutor-mode tutorials are hypertext documents, they have rich text and
12-
contain links. To stand out from the rest of the text, links are underlined.
12+
contain links. To stand out from the rest of the text, links are underlined.
1313
You can follow them by placing the cursor over them and pressing <Enter>, or
1414
by double-clicking them.
1515

1616
1.1 Commands
1717
------------
1818
*:Tutor*
19-
:Tutor {tutorial} Opens a tutorial. Command-line completion for
19+
:Tutor {tutorial} Opens a tutorial. Command-line completion for
2020
{tutorial} is provided, the candidates are a list of
2121
'.tutor' files found in the 'tutor/' folder in
22-
the 'runtimepath'. Tutorials prefixed with 'vim-' will
23-
always be shown first.
22+
the 'runtimepath'. Tutorials prefixed with 'vim-'
23+
will always be shown first.
2424

2525
If no {tutorial} is provided, the command starts the
2626
'vim-01-beginner' tutorial, which is equivalent to
@@ -29,7 +29,7 @@ by double-clicking them.
2929
=============================================================================
3030
2. Creating tutorials *vim-tutor-create*
3131

32-
Writing vim-tutor-mode tutorials is easy. For an overview of the format used,
32+
Writing vim-tutor-mode tutorials is easy. For an overview of the format used,
3333
please consult the 'tutor.tutor' file: >
3434
3535
:Tutor tutor

0 commit comments

Comments
 (0)