Skip to content

Commit 9dfdf32

Browse files
authored
Merge pull request #263 from mnishz/various_for_Vim_8.1
Update various from Vim 8.0 to 8.1
2 parents 97801be + 21af9f8 commit 9dfdf32

File tree

2 files changed

+64
-32
lines changed

2 files changed

+64
-32
lines changed

doc/various.jax

Lines changed: 30 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim バージョン 8.0. Last change: 2017 Sep 16
1+
*various.txt* For Vim バージョン 8.1. Last change: 2018 Mar 29
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -40,22 +40,34 @@ CTRL-L 画面を消去して再描画します。すでに入力されてい
4040

4141
:as[cii] *ga* *:as* *:ascii*
4242
ga カーソル位置の文字の文字コードを、10/16/8 進数で表示し
43-
ます。カーソルが 'R' の上にあるときは次のように表示さ
44-
れます:
43+
ます。
44+
覚え方: Get Ascii value (ASCIIコードを取得)
45+
46+
カーソルが 'R' の上にあるときは次のように表示されます:
4547
<R> 82, Hex 52, Octal 122 ~
4648
ASCII 以外の文字がオプション 'isprint' に設定されてい
4749
て、表示可能になっている場合には、特殊な表示形式もいっ
48-
しょに表示されます。文字コードが 127 より大きいときに
49-
<M-x> という形式も表示されます。例:
50+
しょに表示されます。
51+
52+
文字コードが 127 より大きいときには <M-x> という形式も
53+
表示されます。例:
5054
<~A> <M-^A> 129, Hex 81, Octal 201 ~
5155
<p> <|~> <M-~> 254, Hex fe, Octal 376 ~
5256
(<p> には実際の特殊文字が表示されます。)
57+
5358
ファイル中の <Nul> 文字は内部的には <NL> として保存さ
5459
れていますが、次のように表示されます:
5560
<^@> 0, Hex 00, Octal 000 ~
61+
5662
合成文字も表示されます。'maxcombine' の設定は影響しま
5763
せん。
58-
覚え方: Get Ascii value (ASCIIコードを取得)
64+
65+
文字がダイグラフとして入力されている場合、その文字を生
66+
成するために使用できる 2 文字も出力します:
67+
<ö> 246, Hex 00f6, Oct 366, Digr o: ~
68+
これは、ö を入力するために CTRL-K o : とタイプすればよ
69+
いことを意味しています。
70+
5971
{Vi にはない}
6072

6173
*g8*
@@ -298,7 +310,7 @@ g8 カーソル位置の文字のバイト列を 16 進数で表示します
298310
無を確認するには |has()| を使います。以下に、機能の概
299311
要を示します。
300312
行頭の文字はその機能が含まれる最小構成です:
301-
T tiny
313+
T tiny (常に含まれる)
302314
S small
303315
N normal
304316
B big
@@ -312,10 +324,12 @@ g8 カーソル位置の文字のバイト列を 16 進数で表示します
312324
*+acl* |ACL| サポートを含む
313325
*+ARP* Amiga のみ: ARP サポートを含む
314326
B *+arabic* |Arabic|言語サポート
315-
N *+autocmd* |:autocmd|, 自動コマンド実行
316-
m *+balloon_eval* |balloon-eval| サポート。GUI が有効で、Netbeans/Sun
317-
Workshop (|+sun_workshop|) または |+eval| が有効な場合
318-
に利用できます。
327+
T *+autocmd* |:autocmd|, 自動コマンド実行
328+
H *+autoservername* 自動的に |clientserver| を有効にする
329+
m *+balloon_eval* GUIでの |balloon-eval| サポート。GUI が有効で、
330+
Netbeans/Sun Workshop (|+sun_workshop|) または |+eval|
331+
が有効な場合に利用できます。
332+
H *+balloon_eval_term* 端末での |balloon-eval|サポート、'balloonevalterm'
319333
N *+browse* |:browse| コマンド
320334
N *+builtin_terms* 幾つかの組み込み端末 |builtin-terms|
321335
B *++builtin_terms* 全部の組み込み端末 |builtin-terms|
@@ -331,15 +345,15 @@ N *+comments* |'comments'| サポート
331345
B *+conceal* "conceal" サポート。|conceal| |:syn-conceal| 他 参照。
332346
N *+cryptv* 暗号化サポート |encryption|
333347
B *+cscope* |cscope| サポート
334-
m *+cursorbind* |'cursorbind'| サポート
348+
T *+cursorbind* |'cursorbind'| サポート
335349
m *+cursorshape* |termcap-cursor-shape| サポート
336350
m *+debug* Vim がデバッグ用にコンパイルされた
337351
N *+dialog_gui* |:confirm| のGUIダイアログをサポート
338352
N *+dialog_con* |:confirm| のコンソールダイアログをサポート
339353
N *+dialog_con_gui* |:confirm| GUIとコンソールダイアログをサポート
340354
N *+diff* |vimdiff|'diff'
341355
N *+digraphs* |digraphs| *E196*
342-
m *+directx* Win32 GUI のみ: DirectX と |'renderoptions'|
356+
*+directx* Win32 GUI のみ: DirectX と |'renderoptions'|
343357
*+dnd* "~レジスタ |quote_~|を使ったDnDのサポート
344358
B *+emacs_tags* |emacs-tags| ファイル
345359
N *+eval* 式評価 {訳注: Vim script} |eval.txt|
@@ -371,7 +385,7 @@ B *+langmap* |'langmap'|
371385
N *+libcall* |libcall()|
372386
N *+linebreak* |'linebreak'||'breakat'||'showbreak'|
373387
N *+lispindent* |'lisp'|
374-
N *+listcmds* バッファリストや引数リストに対するVimコマンド
388+
T *+listcmds* バッファリストや引数リストに対するVimコマンド
375389
|buffer-hidden| |:argdelete|
376390
N *+localmap* バッファローカルなマップのサポート |:map-local|
377391
m *+lua* |Lua| インターフェイス
@@ -416,7 +430,7 @@ N *+reltime* |reltime()| 関数, 'hlsearch'/'incsearch' タイムアウト,
416430
B *+rightleft* 右から左へタイプ |'rightleft'|
417431
m *+ruby* Ruby インターフェイス |ruby|
418432
m *+ruby/dyn* Ruby インターフェイス |ruby-dynamic| |/dyn|
419-
N *+scrollbind* |'scrollbind'|
433+
T *+scrollbind* |'scrollbind'|
420434
B *+signs* |:sign|
421435
N *+smartindent* |'smartindent'|
422436
N *+startuptime* |--startuptime| 引数
@@ -448,6 +462,7 @@ N *+virtualedit* |'virtualedit'|
448462
S *+visual* ビジュアルモード |Visual-mode| 7.4.200からは常に有効
449463
N *+visualextra* 拡張ビジュアルモードコマンド |blockwise-operators|
450464
N *+vreplace* |gR||gr|
465+
*+vtp* MS-Windows コンソール上での 'termguicolors' のサポート
451466
N *+wildignore* |'wildignore'|
452467
N *+wildmenu* |'wildmenu'|
453468
*+windows* 複数ウィンドウ; 8.0.1118 からは常に有効

en/various.txt

Lines changed: 34 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim version 8.0. Last change: 2017 Sep 16
1+
*various.txt* For Vim version 8.1. Last change: 2018 Mar 29
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -40,23 +40,35 @@ CTRL-L Clear and redraw the screen. The redraw may happen
4040

4141
:as[cii] or *ga* *:as* *:ascii*
4242
ga Print the ascii value of the character under the
43-
cursor in decimal, hexadecimal and octal. For
44-
example, when the cursor is on a 'R':
43+
cursor in decimal, hexadecimal and octal.
44+
Mnemonic: Get Ascii value.
45+
46+
For example, when the cursor is on a 'R':
4547
<R> 82, Hex 52, Octal 122 ~
4648
When the character is a non-standard ASCII character,
4749
but printable according to the 'isprint' option, the
48-
non-printable version is also given. When the
49-
character is larger than 127, the <M-x> form is also
50-
printed. For example:
50+
non-printable version is also given.
51+
52+
When the character is larger than 127, the <M-x> form
53+
is also printed. For example:
5154
<~A> <M-^A> 129, Hex 81, Octal 201 ~
5255
<p> <|~> <M-~> 254, Hex fe, Octal 376 ~
5356
(where <p> is a special character)
57+
5458
The <Nul> character in a file is stored internally as
5559
<NL>, but it will be shown as:
5660
<^@> 0, Hex 00, Octal 000 ~
61+
5762
If the character has composing characters these are
5863
also shown. The value of 'maxcombine' doesn't matter.
59-
Mnemonic: Get Ascii value. {not in Vi}
64+
65+
If the character can be inserted as a digraph, also
66+
output the two characters that can be used to create
67+
the character:
68+
<ö> 246, Hex 00f6, Oct 366, Digr o: ~
69+
This shows you can type CTRL-K o : to insert ö.
70+
71+
{not in Vi}
6072

6173
*g8*
6274
g8 Print the hex values of the bytes used in the
@@ -294,7 +306,7 @@ g8 Print the hex values of the bytes used in the
294306
Here is an overview of the features.
295307
The first column shows the smallest version in which
296308
they are included:
297-
T tiny
309+
T tiny (always)
298310
S small
299311
N normal
300312
B big
@@ -308,10 +320,14 @@ g8 Print the hex values of the bytes used in the
308320
*+acl* |ACL| support included
309321
*+ARP* Amiga only: ARP support included
310322
B *+arabic* |Arabic| language support
311-
N *+autocmd* |:autocmd|, automatic commands
312-
m *+balloon_eval* |balloon-eval| support. Included when compiling with
313-
supported GUI (Motif, GTK, GUI) and either
314-
Netbeans/Sun Workshop integration or |+eval| feature.
323+
T *+autocmd* |:autocmd|, automatic commands
324+
H *+autoservername* Automatically enable |clientserver|
325+
m *+balloon_eval* |balloon-eval| support in the GUI. Included when
326+
compiling with supported GUI (Motif, GTK, GUI) and
327+
either Netbeans/Sun Workshop integration or |+eval|
328+
feature.
329+
H *+balloon_eval_term* |balloon-eval| support in the terminal,
330+
'balloonevalterm'
315331
N *+browse* |:browse| command
316332
N *+builtin_terms* some terminals builtin |builtin-terms|
317333
B *++builtin_terms* maximal terminals builtin |builtin-terms|
@@ -328,15 +344,15 @@ N *+comments* |'comments'| support
328344
B *+conceal* "conceal" support, see |conceal| |:syn-conceal| etc.
329345
N *+cryptv* encryption support |encryption|
330346
B *+cscope* |cscope| support
331-
m *+cursorbind* |'cursorbind'| support
347+
T *+cursorbind* |'cursorbind'| support
332348
m *+cursorshape* |termcap-cursor-shape| support
333349
m *+debug* Compiled for debugging.
334350
N *+dialog_gui* Support for |:confirm| with GUI dialog.
335351
N *+dialog_con* Support for |:confirm| with console dialog.
336352
N *+dialog_con_gui* Support for |:confirm| with GUI and console dialog.
337353
N *+diff* |vimdiff| and 'diff'
338354
N *+digraphs* |digraphs| *E196*
339-
m *+directx* Win32 GUI only: DirectX and |'renderoptions'|
355+
*+directx* Win32 GUI only: DirectX and |'renderoptions'|
340356
*+dnd* Support for DnD into the "~ register |quote_~|.
341357
B *+emacs_tags* |emacs-tags| files
342358
N *+eval* expression evaluation |eval.txt|
@@ -368,7 +384,7 @@ B *+langmap* |'langmap'|
368384
N *+libcall* |libcall()|
369385
N *+linebreak* |'linebreak'|, |'breakat'| and |'showbreak'|
370386
N *+lispindent* |'lisp'|
371-
N *+listcmds* Vim commands for the list of buffers |buffer-hidden|
387+
T *+listcmds* Vim commands for the list of buffers |buffer-hidden|
372388
and argument list |:argdelete|
373389
N *+localmap* Support for mappings local to a buffer |:map-local|
374390
m *+lua* |Lua| interface
@@ -413,7 +429,7 @@ N *+reltime* |reltime()| function, 'hlsearch'/'incsearch' timeout,
413429
B *+rightleft* Right to left typing |'rightleft'|
414430
m *+ruby* Ruby interface |ruby|
415431
m *+ruby/dyn* Ruby interface |ruby-dynamic| |/dyn|
416-
N *+scrollbind* |'scrollbind'|
432+
T *+scrollbind* |'scrollbind'|
417433
B *+signs* |:sign|
418434
N *+smartindent* |'smartindent'|
419435
N *+startuptime* |--startuptime| argument
@@ -445,9 +461,10 @@ N *+virtualedit* |'virtualedit'|
445461
S *+visual* Visual mode |Visual-mode| Always enabled since 7.4.200.
446462
N *+visualextra* extra Visual mode commands |blockwise-operators|
447463
N *+vreplace* |gR| and |gr|
464+
*+vtp* on MS-Windows console: support for 'termguicolors'
448465
N *+wildignore* |'wildignore'|
449466
N *+wildmenu* |'wildmenu'|
450-
*+windows* more than one window; Always enabled sinde 8.0.1118.
467+
*+windows* more than one window; Always enabled since 8.0.1118.
451468
m *+writebackup* |'writebackup'| is default on
452469
m *+xim* X input method |xim|
453470
*+xfontset* X fontset support |xfontset|

0 commit comments

Comments
 (0)