Skip to content

Commit af908a2

Browse files
authored
Merge pull request #640 from vim-jp/update_misc_files2
Update misc files #2
2 parents 8e18612 + 1ae3ddb commit af908a2

File tree

10 files changed

+51
-34
lines changed

10 files changed

+51
-34
lines changed

doc/quickfix.jax

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickfix.txt* For Vim バージョン 8.1. Last change: 2019 Jul 15
1+
*quickfix.txt* For Vim バージョン 8.1. Last change: 2019 Aug 06
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1287,6 +1287,9 @@ teTeX (Artem Chuprinaによってチェックされた) の両方で使えるよ
12871287
Note: デフォルトでは大文字と小文字の違いは無視される。もし大文字・小文字の区別
12881288
をしたいなら "\C" をパターンに付け加える|/\C|
12891289

1290+
Vimは任意の長さの行を読み取るが、最初の4095バイトのみが使用され、残りは無視さ
1291+
れる。要素の長さは1023バイトまでである。
1292+
12901293

12911294
基本要素
12921295

doc/quickref.jax

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickref.txt* For Vim バージョン 8.1. Last change: 2019 Jul 18
1+
*quickref.txt* For Vim バージョン 8.1. Last change: 2019 Aug 20
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -666,6 +666,8 @@
666666
'complete' 'cpt' 挿入モードでの補完の動きを指定する
667667
'completefunc' 'cfu' 挿入モードでの補完に使われる関数
668668
'completeopt' 'cot' 挿入モードでの補完のオプション
669+
'completepopup' 'cpp' 挿入モード補完情報ポップアップのオプション
670+
'completeslash' 'csl' 補完用の 'shellslash' のようなもの
669671
'concealcursor' 'cocu' カーソル行の Conceal テキストを表示するかどうか
670672
'conceallevel' 'cole' Conceal テキストを表示するかどうか
671673
'confirm' 'cf' 未保存ファイル、リードオンリーファイルの確認方法
@@ -685,6 +687,7 @@
685687
ソルを移動させる
686688
'cursorcolumn' 'cuc' カーソルがある桁を強調表示する
687689
'cursorline' 'cul' カーソルがある行を強調表示する
690+
'cursorlineopt' 'culopt' 'cursorline' のための設定
688691
'debug' "msg" と設定すると全てのエラーが表示される
689692
'define' 'def' マクロ定義検索パターン
690693
'delcombine' 'deco' 合成文字の削除時に構成要素を全て消す

doc/starting.jax

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*starting.txt* For Vim バージョン 8.1. Last change: 2019 Jun 02
1+
*starting.txt* For Vim バージョン 8.1. Last change: 2019 Jul 30
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -307,19 +307,19 @@ VMSでは全てのオプション引数は小文字であるとみなされる
307307

308308
*-A*
309309
-A アラビア語モード。オプション 'arabic' をオンに設定する。
310-
|+arabic|(これは|+rightleft|も含んでいる)が有効なときだけ使用
310+
{|+arabic|(これは|+rightleft|も含んでいる)が有効なときだけ使用
311311
できる。そうでないときにはVimはエラーメッセージを出力して終了
312-
する
312+
する}
313313

314314
*-F*
315315
-F これはFarsi(ペルシア語モード)で使用されていましたが、削除され
316316
た。|farsi.txt| を参照。
317317

318318
*-H*
319319
-H Hebrew(ヘブライ語)モード。オプション 'hkmap''rightleft'
320-
オンに設定する。(|+rightleft|を有効にしてコンパイルした時にだ
320+
オンに設定する。{|+rightleft|を有効にしてコンパイルした時にだ
321321
け使用可。そうでない場合Vimはエラーメッセージを表示して終了す
322-
)。
322+
}
323323

324324
*-V* *verbose*
325325
-V[N] 詳細表示する。オプション 'verbose'[N]に設定する(Nを省略した
@@ -1152,6 +1152,9 @@ Unixでコンパイル時に$VIMRUNTIMEの初期値を設定した場合(":versi
11521152
11531153
VIMRUNTIME=`vim -e -T dumb --cmd 'exe "set t_cm=\<C-M>"|echo $VIMRUNTIME|quit' | tr -d '\015' `
11541154
1155+
$VIMRUNTIME を空の値に設定してはならない。いくつかの機能が動作しなくなる場合が
1156+
ある。
1157+
11551158
==============================================================================
11561159
6. サスペンド *suspend*
11571160

doc/various.jax

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim バージョン 8.1. Last change: 2019 Jun 10
1+
*various.txt* For Vim バージョン 8.1. Last change: 2019 Sep 04
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -332,8 +332,9 @@ N *+byte_offset* 'statusline'の'o'フラグ、|go|、|:goto|をサポート
332332
m *+channel* プロセス間通信 |channel|
333333
N *+cindent* |'cindent'|, C言語インデント
334334
N *+clientserver* UnixとWin32: リモート呼び出し |clientserver|
335-
*+clipboard* |clipboard|サポート
336-
N *+cmdline_compl* コマンドライン補完 |cmdline-completion|
335+
*+clipboard* |clipboard| サポートコンパイル済み
336+
*+clipboard_working* |clipboard| サポートコンパイル済みかつ動作中
337+
T *+cmdline_compl* コマンドライン補完 |cmdline-completion|
337338
S *+cmdline_hist* コマンドライン履歴 |cmdline-history|
338339
N *+cmdline_info* |'showcmd'||'ruler'|
339340
N *+comments* |'comments'| サポート
@@ -371,7 +372,7 @@ N *+gettext* メッセージの翻訳 |multi-lang|
371372
m *+hangul_input* ハングル入力サポート |hangul|
372373
*+iconv* iconv() 関数が組み込まれている
373374
*+iconv/dyn* |iconv-dynamic| |/dyn| と同じ
374-
N *+insert_expand* |insert_expand| 挿入モード補完
375+
T *+insert_expand* |insert_expand| 挿入モード補完
375376
m *+job* job の開始と停止 |job|
376377
S *+jumplist* |jumplist|
377378
B *+keymap* |'keymap'|
@@ -382,12 +383,12 @@ N *+linebreak* |'linebreak'|、|'breakat'| と |'showbreak'|
382383
N *+lispindent* |'lisp'|
383384
T *+listcmds* バッファリストや引数リストに対するVimコマンド
384385
|buffer-hidden| |:argdelete|
385-
N *+localmap* バッファローカルなマップのサポート |:map-local|
386+
T *+localmap* バッファローカルなマップのサポート |:map-local|
386387
m *+lua* |Lua| インターフェイス
387388
m *+lua/dyn* |Lua| インターフェイス |/dyn|
388389
N *+menu* |:menu|
389390
N *+mksession* |:mksession|
390-
N *+modify_fname* |filename-modifiers|
391+
T *+modify_fname* |filename-modifiers|
391392
N *+mouse* マウス操作 |mouse-using|
392393
N *+mouseshape* |'mouseshape'|
393394
B *+mouse_dec* Unix のみ: Dec端末マウス操作 |dec-mouse|
@@ -457,7 +458,6 @@ B *+vartabs* 可変幅のタブストップ |'vartabstop'|
457458
N *+viminfo* |'viminfo'|
458459
*+vertsplit* ウィンドウの垂直分割 |:vsplit|; 8.0.1118 からは常に
459460
有効。
460-
|+windows| 機能と同調。
461461
N *+virtualedit* |'virtualedit'|
462462
T *+visual* ビジュアルモード |Visual-mode| 7.4.200からは常に有効
463463
T *+visualextra* 拡張ビジュアルモードコマンド |blockwise-operators|

doc/version8.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8457,8 +8457,8 @@ Files: src/os_win32.c
84578457
Patch 7.4.1336
84588458
Problem: Channel NL mode is not supported yet.
84598459
Solution: Add NL mode support to channels.
8460-
Files: src/channel.c, src/netbeans.c, src/structs.h, src/os_unix.d,
8461-
src/os_win32.c, src/proto/channel.pro, src/proto/os_unix.pro,
8460+
Files: src/channel.c, src/netbeans.c, src/structs.h, src/os_win32.c,
8461+
src/proto/channel.pro, src/proto/os_unix.pro,
84628462
src/proto/os_win32.pro, src/testdir/test_channel.vim,
84638463
src/testdir/test_channel_pipe.py
84648464

en/quickfix.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickfix.txt* For Vim version 8.1. Last change: 2019 Jul 15
1+
*quickfix.txt* For Vim version 8.1. Last change: 2019 Aug 06
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1352,6 +1352,9 @@ replaced with SOH (0x01).
13521352
Note: By default the difference between upper and lowercase is ignored. If
13531353
you want to match case, add "\C" to the pattern |/\C|.
13541354

1355+
Vim will read lines of any length, but only the first 4095 bytes are used, the
1356+
rest is ignored. Items can only be 1023 bytes long.
1357+
13551358

13561359
Basic items
13571360

en/quickref.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickref.txt* For Vim version 8.1. Last change: 2019 Jul 18
1+
*quickref.txt* For Vim version 8.1. Last change: 2019 Aug 20
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -651,6 +651,8 @@ Short explanation of each option: *option-list*
651651
'complete' 'cpt' specify how Insert mode completion works
652652
'completefunc' 'cfu' function to be used for Insert mode completion
653653
'completeopt' 'cot' options for Insert mode completion
654+
'completepopup' 'cpp' options for the Insert mode completion info popup
655+
'completeslash' 'csl' like 'shellslash' for completion
654656
'concealcursor' 'cocu' whether concealable text is hidden in cursor line
655657
'conceallevel' 'cole' whether concealable text is shown or hidden
656658
'confirm' 'cf' ask what to do about unsaved/read-only files
@@ -668,6 +670,7 @@ Short explanation of each option: *option-list*
668670
'cursorbind' 'crb' move cursor in window as it moves in other windows
669671
'cursorcolumn' 'cuc' highlight the screen column of the cursor
670672
'cursorline' 'cul' highlight the screen line of the cursor
673+
'cursorlineopt' 'culopt' settings for 'cursorline'
671674
'debug' set to "msg" to see all error messages
672675
'define' 'def' pattern to be used to find a macro definition
673676
'delcombine' 'deco' delete combining characters on their own

en/starting.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*starting.txt* For Vim version 8.1. Last change: 2019 Jun 02
1+
*starting.txt* For Vim version 8.1. Last change: 2019 Jul 30
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -152,8 +152,8 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
152152
This can be used to find out where time is spent while loading
153153
your .vimrc, plugins and opening the first file.
154154
When {fname} already exists new messages are appended.
155-
(Only available when compiled with the |+startuptime|
156-
feature).
155+
{only available when compiled with the |+startuptime|
156+
feature}
157157

158158
*--literal*
159159
--literal Take file names literally, don't expand wildcards. Not needed
@@ -311,19 +311,19 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
311311
-l Lisp mode. Sets the 'lisp' and 'showmatch' options on.
312312

313313
*-A*
314-
-A Arabic mode. Sets the 'arabic' option on. (Only when
314+
-A Arabic mode. Sets the 'arabic' option on. {only when
315315
compiled with the |+arabic| features (which include
316316
|+rightleft|), otherwise Vim gives an error message
317-
and exits.)
317+
and exits}
318318

319319
*-F*
320320
-F This was used for Farsi mode, which has been removed.
321321
See |farsi.txt|.
322322

323323
*-H*
324324
-H Hebrew mode. Sets the 'hkmap' and 'rightleft' options on.
325-
(Only when compiled with the |+rightleft| feature, otherwise
326-
Vim gives an error message and exits.)
325+
{only when compiled with the |+rightleft| feature, otherwise
326+
Vim gives an error message and exits}
327327

328328
*-V* *verbose*
329329
-V[N] Verbose. Sets the 'verbose' option to [N] (default: 10).
@@ -1189,6 +1189,8 @@ greps in the help files) you might be able to use this: >
11891189
11901190
VIMRUNTIME=`vim -e -T dumb --cmd 'exe "set t_cm=\<C-M>"|echo $VIMRUNTIME|quit' | tr -d '\015' `
11911191
1192+
Don't set $VIMRUNTIME to an empty value, some things may stop working.
1193+
11921194
==============================================================================
11931195
6. Suspending *suspend*
11941196

en/various.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim version 8.1. Last change: 2019 Jun 10
1+
*various.txt* For Vim version 8.1. Last change: 2019 Sep 04
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -332,8 +332,9 @@ N *+byte_offset* support for 'o' flag in 'statusline' option, "go"
332332
m *+channel* inter process communication |channel|
333333
N *+cindent* |'cindent'|, C indenting
334334
N *+clientserver* Unix and Win32: Remote invocation |clientserver|
335-
*+clipboard* |clipboard| support
336-
N *+cmdline_compl* command line completion |cmdline-completion|
335+
*+clipboard* |clipboard| support compiled-in
336+
*+clipboard_working* |clipboard| support compiled-in and working
337+
T *+cmdline_compl* command line completion |cmdline-completion|
337338
S *+cmdline_hist* command line history |cmdline-history|
338339
N *+cmdline_info* |'showcmd'| and |'ruler'|
339340
N *+comments* |'comments'| support
@@ -371,7 +372,7 @@ N *+gettext* message translations |multi-lang|
371372
m *+hangul_input* Hangul input support |hangul|
372373
*+iconv* Compiled with the |iconv()| function
373374
*+iconv/dyn* Likewise |iconv-dynamic| |/dyn|
374-
N *+insert_expand* |insert_expand| Insert mode completion
375+
T *+insert_expand* |insert_expand| Insert mode completion
375376
m *+job* starting and stopping jobs |job|
376377
S *+jumplist* |jumplist|
377378
B *+keymap* |'keymap'|
@@ -382,12 +383,12 @@ N *+linebreak* |'linebreak'|, |'breakat'| and |'showbreak'|
382383
N *+lispindent* |'lisp'|
383384
T *+listcmds* Vim commands for the list of buffers |buffer-hidden|
384385
and argument list |:argdelete|
385-
N *+localmap* Support for mappings local to a buffer |:map-local|
386+
T *+localmap* Support for mappings local to a buffer |:map-local|
386387
m *+lua* |Lua| interface
387388
m *+lua/dyn* |Lua| interface |/dyn|
388389
N *+menu* |:menu|
389390
N *+mksession* |:mksession|
390-
N *+modify_fname* |filename-modifiers|
391+
T *+modify_fname* |filename-modifiers|
391392
N *+mouse* Mouse handling |mouse-using|
392393
N *+mouseshape* |'mouseshape'|
393394
B *+mouse_dec* Unix only: Dec terminal mouse handling |dec-mouse|
@@ -457,7 +458,6 @@ B *+vartabs* Variable-width tabstops. |'vartabstop'|
457458
N *+viminfo* |'viminfo'|
458459
*+vertsplit* Vertically split windows |:vsplit|; Always enabled
459460
since 8.0.1118.
460-
in sync with the |+windows| feature
461461
N *+virtualedit* |'virtualedit'|
462462
T *+visual* Visual mode |Visual-mode| Always enabled since 7.4.200.
463463
T *+visualextra* extra Visual mode commands |blockwise-operators|

en/version8.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8454,8 +8454,8 @@ Files: src/os_win32.c
84548454
Patch 7.4.1336
84558455
Problem: Channel NL mode is not supported yet.
84568456
Solution: Add NL mode support to channels.
8457-
Files: src/channel.c, src/netbeans.c, src/structs.h, src/os_unix.d,
8458-
src/os_win32.c, src/proto/channel.pro, src/proto/os_unix.pro,
8457+
Files: src/channel.c, src/netbeans.c, src/structs.h, src/os_win32.c,
8458+
src/proto/channel.pro, src/proto/os_unix.pro,
84598459
src/proto/os_win32.pro, src/testdir/test_channel.vim,
84608460
src/testdir/test_channel_pipe.py
84618461

0 commit comments

Comments
 (0)