Skip to content

Commit e07dff2

Browse files
committed
Update misc files #2
1 parent ee843a6 commit e07dff2

File tree

8 files changed

+26
-16
lines changed

8 files changed

+26
-16
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: 3 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' 未保存ファイル、リードオンリーファイルの確認方法

doc/various.jax

Lines changed: 4 additions & 4 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 Aug 12
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -332,7 +332,8 @@ 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|サポート
335+
*+clipboard* |clipboard| サポートコンパイル済み
336+
*+clipboard_working* |clipboard| サポートコンパイル済みかつ動作中
336337
N *+cmdline_compl* コマンドライン補完 |cmdline-completion|
337338
S *+cmdline_hist* コマンドライン履歴 |cmdline-history|
338339
N *+cmdline_info* |'showcmd'||'ruler'|
@@ -382,7 +383,7 @@ 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|
@@ -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: 3 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

en/various.txt

Lines changed: 4 additions & 4 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 Aug 12
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -332,7 +332,8 @@ 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
335+
*+clipboard* |clipboard| support compiled-in
336+
*+clipboard_working* |clipboard| support compiled-in and working
336337
N *+cmdline_compl* command line completion |cmdline-completion|
337338
S *+cmdline_hist* command line history |cmdline-history|
338339
N *+cmdline_info* |'showcmd'| and |'ruler'|
@@ -382,7 +383,7 @@ 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|
@@ -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)