Skip to content

Commit 5663356

Browse files
authored
Merge pull request #1334 from vim-jp/hh-update-various
Update various.{txt,jax}
2 parents 774cbbf + 8c0fdca commit 5663356

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

doc/various.jax

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim バージョン 9.0. Last change: 2022 Dec 13
1+
*various.txt* For Vim バージョン 9.0. Last change: 2023 Sep 27
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -323,15 +323,13 @@ g8 カーソル位置の文字のバイト列を 16 進数で表示します
323323
要を示します。
324324
行頭の文字はその機能が含まれる最小構成です:
325325
T tiny (常に含まれる)
326-
S small
327326
N normal
328-
B big
329327
H huge
330328
m 手動で組み込むか他の機能に依存
331329
- 削除された機能
332330
(none) システム依存
333331
例えば "N" と書いてあれば、その機能は
334-
normal、big、huge バージョンの Vim に含まれます。
332+
normal、huge バージョンの Vim に含まれます。
335333

336334
*+feature-list*
337335
*+acl* |ACL| サポートを含む
@@ -446,6 +444,9 @@ m *+python* Python 2 インターフェイス |python|
446444
m *+python/dyn* Python 2 インターフェイス |python-dynamic| |/dyn|
447445
m *+python3* Python 3 インターフェイス |python|
448446
m *+python3/dyn* Python 3 インターフェイス |python-dynamic| |/dyn|
447+
m *+python3/dyn-stable*
448+
Python 3 インターフェイス |python-dynamic|
449+
|python-stable| |/dyn|
449450
N *+quickfix* |:make||quickfix| コマンド
450451
N *+reltime* |reltime()| 関数, 'hlsearch'/'incsearch' タイムアウト,
451452
'redrawtime' オプション
@@ -499,6 +500,7 @@ T *+windows* 複数ウィンドウ; 8.0.1118 からは常に有効
499500
m *+writebackup* |'writebackup'|がデフォルトで有効
500501
m *+xim* Xインプットメソッド |xim|
501502
*+xfontset* Xフォントセットサポート |xfontset|
503+
N *+xattr* 拡張属性サポート付きでコンパイルされている (Linux のみ)
502504
*+xpm* pixmap サポート
503505
m *+xpm_w32* Win32 GUI のみ: pixmap サポート |w32-xpm-support|
504506
*+xsmp* XSMP(X session management)サポート

en/various.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim version 9.0. Last change: 2022 Dec 13
1+
*various.txt* For Vim version 9.0. Last change: 2023 Sep 27
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -320,15 +320,13 @@ g8 Print the hex values of the bytes used in the
320320
The first column shows the smallest version in which
321321
they are included:
322322
T tiny (always)
323-
S small
324323
N normal
325-
B big
326324
H huge
327325
m manually enabled or depends on other features
328326
- never, feature was removed
329327
(none) system dependent
330328
Thus if a feature is marked with "N", it is included
331-
in the normal, big and huge versions of Vim.
329+
in the normal and huge versions of Vim.
332330

333331
*+feature-list*
334332
*+acl* |ACL| support included
@@ -450,6 +448,8 @@ m *+python* Python 2 interface |python|
450448
m *+python/dyn* Python 2 interface |python-dynamic| |/dyn|
451449
m *+python3* Python 3 interface |python|
452450
m *+python3/dyn* Python 3 interface |python-dynamic| |/dyn|
451+
m *+python3/dyn-stable*
452+
Python 3 interface |python-dynamic| |python-stable| |/dyn|
453453
N *+quickfix* |:make| and |quickfix| commands
454454
N *+reltime* |reltime()| function, 'hlsearch'/'incsearch' timeout,
455455
'redrawtime' option
@@ -501,6 +501,7 @@ T *+windows* more than one window; Always enabled since 8.0.1118.
501501
m *+writebackup* |'writebackup'| is default on
502502
m *+xim* X input method |xim|
503503
*+xfontset* X fontset support |xfontset|
504+
N *+xattr* compiled with extended attribute support (Linux only)
504505
*+xpm* pixmap support
505506
m *+xpm_w32* Win32 GUI only: pixmap support |w32-xpm-support|
506507
*+xsmp* XSMP (X session management) support

0 commit comments

Comments
 (0)