Skip to content

Commit 1f3c533

Browse files
authoredJun 8, 2018
Merge pull request #232 from mnishz/help_for_Vim_8.1
Update help from Vim 8.0 to 8.1
2 parents 22cc158 + 76c163f commit 1f3c533

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
 

‎doc/help.jax

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*help.txt* For Vim バージョン 8.0. Last change: 2016 Sep 12
1+
*help.txt* For Vim バージョン 8.1. Last change: 2017 Oct 28
22

33
VIM - メインヘルプファイル
44
k
@@ -143,6 +143,7 @@ Vim は Vi IMproved の略です。Vim の大部分は Bram Moolenaar によっ
143143
|print.txt| 印刷
144144
|remote.txt| クライアント/サーバー機能
145145
|term.txt| いろいろな端末やマウスについて
146+
|terminal.txt| 端末ウィンドウのサポート
146147
|digraph.txt| 利用可能なダイグラフ (digraph) の一覧
147148
|mbyte.txt| マルチバイトテキストのサポート
148149
|mlang.txt| 英語以外の言語のサポート
@@ -151,6 +152,7 @@ Vim は Vi IMproved の略です。Vim の大部分は Bram Moolenaar によっ
151152
|hebrew.txt| ヘブライ語のサポート
152153
|russian.txt| ロシア語のサポート
153154
|ft_ada.txt| Ada (プログラミング言語) のサポート
155+
|ft_rust.txt| Rust ファイルタイププラグイン
154156
|ft_sql.txt| SQL ファイルタイププラグイン
155157
|hangulin.txt| ハングル (韓国語) の入力
156158
|rileft.txt| 右横書き (書字方向が右から左になるモード)
@@ -203,6 +205,7 @@ GUI ~
203205
|pi_logipat.txt| パターンにおける論理演算子
204206
|pi_netrw.txt| ネットワークファイルの読み書き
205207
|pi_paren.txt| 対括弧の強調表示
208+
|pi_spec.txt| RPM spec ファイル用ファイルタイププラグイン
206209
|pi_tar.txt| Tar ファイルエクスプローラー
207210
|pi_vimball.txt| Vim script インストーラを作成する
208211
|pi_zip.txt| Zip アーカイブエクスプローラー

‎en/help.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*help.txt* For Vim version 8.0. Last change: 2016 Sep 12
1+
*help.txt* For Vim version 8.1. Last change: 2017 Oct 28
22

33
VIM - main help file
44
k
@@ -142,6 +142,7 @@ Special issues ~
142142
|print.txt| printing
143143
|remote.txt| using Vim as a server or client
144144
|term.txt| using different terminals and mice
145+
|terminal.txt| Terminal window support
145146
|digraph.txt| list of available digraphs
146147
|mbyte.txt| multi-byte text support
147148
|mlang.txt| non-English language support
@@ -150,6 +151,7 @@ Special issues ~
150151
|hebrew.txt| Hebrew language support and editing
151152
|russian.txt| Russian language support and editing
152153
|ft_ada.txt| Ada (the programming language) support
154+
|ft_rust.txt| Filetype plugin for Rust
153155
|ft_sql.txt| about the SQL filetype plugin
154156
|hangulin.txt| Hangul (Korean) input mode
155157
|rileft.txt| right-to-left editing mode
@@ -202,6 +204,7 @@ Standard plugins ~
202204
|pi_logipat.txt| Logical operators on patterns
203205
|pi_netrw.txt| Reading and writing files over a network
204206
|pi_paren.txt| Highlight matching parens
207+
|pi_spec.txt| Filetype plugin to work with rpm spec files
205208
|pi_tar.txt| Tar file explorer
206209
|pi_vimball.txt| Create a self-installing Vim script
207210
|pi_zip.txt| Zip archive explorer

0 commit comments

Comments
 (0)
Please sign in to comment.