From 69e2c5a2d57b7b77b90e5071949c0f4faa2fb890 Mon Sep 17 00:00:00 2001 From: h-east Date: Tue, 2 Sep 2025 22:25:33 +0900 Subject: [PATCH 1/2] Update builtin.{txt,jax} --- doc/builtin.jax | 6 ++++-- en/builtin.txt | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/builtin.jax b/doc/builtin.jax index ad433ef82..ec8184854 100644 --- a/doc/builtin.jax +++ b/doc/builtin.jax @@ -1,4 +1,4 @@ -*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Aug 24 +*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Sep 01 VIMリファレンスマニュアル by Bram Moolenaar @@ -12885,7 +12885,9 @@ vreplace コマンド|gR|と|gr|をサポート (常に true) vtp vcon をサポート |+vtp| (現在のコンソール内で機能するか どうかを調べるには vcon を確認する) wayland Wayland プロトコルをサポート -wayland_clipboard Wayland のセレクション/クリップボートのサポート +wayland_clipboard Wayland のクリップボートのサポート +wayland_focus_steal Wayland のクリップボードのフォーカススティールのサポー + ト wildignore オプション 'wildignore' をサポート wildmenu オプション 'wildmenu' を指定してコンパイル win16 MS-Windows 3.1 用の古いバージョン (常に false) diff --git a/en/builtin.txt b/en/builtin.txt index 418bc47e5..e020d8852 100644 --- a/en/builtin.txt +++ b/en/builtin.txt @@ -1,4 +1,4 @@ -*builtin.txt* For Vim version 9.1. Last change: 2025 Aug 24 +*builtin.txt* For Vim version 9.1. Last change: 2025 Sep 01 VIM REFERENCE MANUAL by Bram Moolenaar @@ -13161,7 +13161,9 @@ 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 +wayland_clipboard Compiled with support for Wayland clipboard. +wayland_focus_steal Compiled with support for Wayland clipboard focus + stealing. wildignore Compiled with 'wildignore' option. wildmenu Compiled with 'wildmenu' option. win16 old version for MS-Windows 3.1 (always false) From 6423c62f7d13ee6322c919548b7948dc82d7c4d8 Mon Sep 17 00:00:00 2001 From: h-east Date: Wed, 3 Sep 2025 19:55:29 +0900 Subject: [PATCH 2/2] Update by original --- doc/builtin.jax | 6 ++---- en/builtin.txt | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/doc/builtin.jax b/doc/builtin.jax index ec8184854..1f423d17c 100644 --- a/doc/builtin.jax +++ b/doc/builtin.jax @@ -1,4 +1,4 @@ -*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Sep 01 +*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Sep 02 VIMリファレンスマニュアル by Bram Moolenaar @@ -12885,9 +12885,7 @@ vreplace コマンド|gR|と|gr|をサポート (常に true) vtp vcon をサポート |+vtp| (現在のコンソール内で機能するか どうかを調べるには vcon を確認する) wayland Wayland プロトコルをサポート -wayland_clipboard Wayland のクリップボートのサポート -wayland_focus_steal Wayland のクリップボードのフォーカススティールのサポー - ト +wayland_clipboard Wayland のセレクション/クリップボートのサポート wildignore オプション 'wildignore' をサポート wildmenu オプション 'wildmenu' を指定してコンパイル win16 MS-Windows 3.1 用の古いバージョン (常に false) diff --git a/en/builtin.txt b/en/builtin.txt index e020d8852..40e6d93eb 100644 --- a/en/builtin.txt +++ b/en/builtin.txt @@ -1,4 +1,4 @@ -*builtin.txt* For Vim version 9.1. Last change: 2025 Sep 01 +*builtin.txt* For Vim version 9.1. Last change: 2025 Sep 02 VIM REFERENCE MANUAL by Bram Moolenaar @@ -13161,9 +13161,7 @@ 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 clipboard. -wayland_focus_steal Compiled with support for Wayland clipboard focus - stealing. +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)