Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion doc/builtin.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Jun 23
*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Jun 28


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -12759,6 +12759,8 @@ vms VMSバージョン
vreplace コマンド|gR|と|gr|をサポート (常に true)
vtp vcon をサポート |+vtp| (現在のコンソール内で機能するか
どうかを調べるには vcon を確認する)
wayland Wayland プロトコルをサポート
wayland_clipboard Wayland のセレクション/クリップボートのサポート
wildignore オプション 'wildignore' をサポート
wildmenu オプション 'wildmenu' を指定してコンパイル
win16 MS-Windows 3.1 用の古いバージョン (常に false)
Expand Down
4 changes: 3 additions & 1 deletion en/builtin.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*builtin.txt* For Vim version 9.1. Last change: 2025 Jun 23
*builtin.txt* For Vim version 9.1. Last change: 2025 Jun 28


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -13038,6 +13038,8 @@ vms VMS version of Vim.
vreplace Compiled with |gR| and |gr| commands. (always true)
vtp Compiled for vcon support |+vtp| (check vcon to find
out if it works in the current console).
wayland Compiled with Wayland protocol support.
wayland_clipboard Compiled with support for Wayland selections/clipboard
wildignore Compiled with 'wildignore' option.
wildmenu Compiled with 'wildmenu' option.
win16 old version for MS-Windows 3.1 (always false)
Expand Down