Skip to content

Update pi_tutor.{txt,jax} #1796

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/pi_tutor.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*pi_tutor.txt* For Vim バージョン 9.1. Last change: 2024 Nov 03
*pi_tutor.txt* For Vim バージョン 9.1. Last change: 2024 Nov 09

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

Expand Down
14 changes: 7 additions & 7 deletions en/pi_tutor.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
*pi_tutor.txt* For Vim version 9.1. Last change: 2024 Nov 03
*pi_tutor.txt* For Vim version 9.1. Last change: 2024 Nov 09

INTERACTIVE TUTORIALS FOR VIM *vim-tutor-mode*

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

=============================================================================
1. Usage *vim-tutor-usage*

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

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

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

Writing vim-tutor-mode tutorials is easy. For an overview of the format used,
Writing vim-tutor-mode tutorials is easy. For an overview of the format used,
please consult the 'tutor.tutor' file: >

:Tutor tutor
Expand Down