Skip to content

Commit

Permalink
Merge pull request #1334 from vim-jp/hh-update-various
Browse files Browse the repository at this point in the history
Update various.{txt,jax}
  • Loading branch information
h-east authored Oct 21, 2023
2 parents 774cbbf + 8c0fdca commit 5663356
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
10 changes: 6 additions & 4 deletions doc/various.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*various.txt* For Vim バージョン 9.0. Last change: 2022 Dec 13
*various.txt* For Vim バージョン 9.0. Last change: 2023 Sep 27


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

*+feature-list*
*+acl* |ACL| サポートを含む
Expand Down Expand Up @@ -446,6 +444,9 @@ m *+python* Python 2 インターフェイス |python|
m *+python/dyn* Python 2 インターフェイス |python-dynamic| |/dyn|
m *+python3* Python 3 インターフェイス |python|
m *+python3/dyn* Python 3 インターフェイス |python-dynamic| |/dyn|
m *+python3/dyn-stable*
Python 3 インターフェイス |python-dynamic|
|python-stable| |/dyn|
N *+quickfix* |:make||quickfix| コマンド
N *+reltime* |reltime()| 関数, 'hlsearch'/'incsearch' タイムアウト,
'redrawtime' オプション
Expand Down Expand Up @@ -499,6 +500,7 @@ T *+windows* 複数ウィンドウ; 8.0.1118 からは常に有効
m *+writebackup* |'writebackup'|がデフォルトで有効
m *+xim* Xインプットメソッド |xim|
*+xfontset* Xフォントセットサポート |xfontset|
N *+xattr* 拡張属性サポート付きでコンパイルされている (Linux のみ)
*+xpm* pixmap サポート
m *+xpm_w32* Win32 GUI のみ: pixmap サポート |w32-xpm-support|
*+xsmp* XSMP(X session management)サポート
Expand Down
9 changes: 5 additions & 4 deletions en/various.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*various.txt* For Vim version 9.0. Last change: 2022 Dec 13
*various.txt* For Vim version 9.0. Last change: 2023 Sep 27


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

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

0 comments on commit 5663356

Please sign in to comment.