File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
☆Vim の対話的なチュートリアル *vim-tutor-mode*
4
4
5
5
vim-tutor-mode は、vim およびサードパーティのプラグインの対話的なチュートリア
6
6
ルを実行および作成するためのシステムを提供する。これは、古くからある
7
7
`vimtutor` システムに代わるものである。
8
8
9
- ==============================================================================
9
+ =============================================================================
10
10
1. 使用法 *vim-tutor-usage*
11
11
12
12
vim-tutor-mode チュートリアルはハイパーテキストドキュメントで、リッチテキスト
@@ -41,12 +41,13 @@ vim-tutor-mode チュートリアルの作成は簡単である。使用され
41
41
チュートリアルを書くときは、通常のドキュメントよりもカジュアルなスタイルを使用
42
42
することをお勧めする (コンテンツで必要な場合を除く)。
43
43
44
- ============================================================================
44
+ =============================================================================
45
45
3. コントリビュートする
46
46
47
47
プラグインの開発は github [1] で行われている。気軽に問題を報告したり、提案した
48
48
りして欲しい。
49
49
50
50
[1]: https://github.com/fmoralesc/vim-tutor-mode
51
51
52
- " vim: set ft=help :
52
+ =============================================================================
53
+ vim:tw=78:ts=8:noet:ft=help:norl:
Original file line number Diff line number Diff line change 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
2
2
3
3
INTERACTIVE TUTORIALS FOR VIM *vim-tutor-mode*
4
4
5
5
vim-tutor-mode provides a system to follow and create interactive tutorials
6
6
for vim and third party plugins. It replaces the venerable `vimtutor` system.
7
7
8
- ==============================================================================
8
+ =============================================================================
9
9
1. Usage *vim-tutor-usage*
10
10
11
11
vim-tutor-mode tutorials are hypertext documents, they have rich text and
@@ -40,12 +40,13 @@ to be detected by the :Tutor command.
40
40
It is recommended to use a less formal style when writing tutorials than in
41
41
regular documentation (unless the content requires it).
42
42
43
- ============================================================================
43
+ =============================================================================
44
44
3. Contributing
45
45
46
46
Development of the plugin is done over at github [1]. Feel free to report
47
47
issues and make suggestions.
48
48
49
49
[1]: https://github.com/fmoralesc/vim-tutor-mode
50
50
51
- " vim: set ft=help :
51
+ =============================================================================
52
+ vim:tw=78:ts=8:noet:ft=help:norl:
You can’t perform that action at this time.
0 commit comments