Skip to content

Commit 3445e7e

Browse files
committed
Update by original
1 parent 6c7e865 commit 3445e7e

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

doc/pi_tutor.jax

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

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

55
vim-tutor-mode は、vim およびサードパーティのプラグインの対話的なチュートリア
66
ルを実行および作成するためのシステムを提供する。これは、古くからある
77
`vimtutor` システムに代わるものである。
88

9-
==============================================================================
9+
=============================================================================
1010
1. 使用法 *vim-tutor-usage*
1111

1212
vim-tutor-mode チュートリアルはハイパーテキストドキュメントで、リッチテキスト
@@ -41,12 +41,13 @@ vim-tutor-mode チュートリアルの作成は簡単である。使用され
4141
チュートリアルを書くときは、通常のドキュメントよりもカジュアルなスタイルを使用
4242
することをお勧めする (コンテンツで必要な場合を除く)。
4343

44-
============================================================================
44+
=============================================================================
4545
3. コントリビュートする
4646

4747
プラグインの開発は github [1] で行われている。気軽に問題を報告したり、提案した
4848
りして欲しい。
4949

5050
[1]: https://github.com/fmoralesc/vim-tutor-mode
5151

52-
" vim: set ft=help :
52+
=============================================================================
53+
vim:tw=78:ts=8:noet:ft=help:norl:

en/pi_tutor.txt

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

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

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

8-
==============================================================================
8+
=============================================================================
99
1. Usage *vim-tutor-usage*
1010

1111
vim-tutor-mode tutorials are hypertext documents, they have rich text and
@@ -40,12 +40,13 @@ to be detected by the :Tutor command.
4040
It is recommended to use a less formal style when writing tutorials than in
4141
regular documentation (unless the content requires it).
4242

43-
============================================================================
43+
=============================================================================
4444
3. Contributing
4545

4646
Development of the plugin is done over at github [1]. Feel free to report
4747
issues and make suggestions.
4848

4949
[1]: https://github.com/fmoralesc/vim-tutor-mode
5050

51-
" vim: set ft=help :
51+
=============================================================================
52+
vim:tw=78:ts=8:noet:ft=help:norl:

0 commit comments

Comments
 (0)