From 0c6f0cfa27944be2c4da0537fa82e476535df48c Mon Sep 17 00:00:00 2001 From: h-east Date: Thu, 18 Sep 2025 00:10:25 +0900 Subject: [PATCH] Update wayland.{txt,jax} --- doc/wayland.jax | 2 +- en/wayland.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/wayland.jax b/doc/wayland.jax index acbad4deb..f3c019c60 100644 --- a/doc/wayland.jax +++ b/doc/wayland.jax @@ -1,4 +1,4 @@ -*wayland.txt* For Vim バージョン 9.1. Last change: 2025 Sep 02 +*wayland.txt* For Vim バージョン 9.1. Last change: 2025 Sep 15 VIMリファレンスマニュアル by Bram Moolenaar diff --git a/en/wayland.txt b/en/wayland.txt index ef70f67c4..adb7e694f 100644 --- a/en/wayland.txt +++ b/en/wayland.txt @@ -1,4 +1,4 @@ -*wayland.txt* For Vim version 9.1. Last change: 2025 Sep 02 +*wayland.txt* For Vim version 9.1. Last change: 2025 Sep 15 VIM REFERENCE MANUAL by Bram Moolenaar @@ -56,7 +56,7 @@ protocols, for accessing the current Wayland selection. These are the best case scenario protocols, see |wayland-focus-steal|. Selection in this case essentially means the "clipboard." You can check if your Wayland compositor supports either of these protocols by running the wayland-info command, which -should be bunded with libwayland on your system: > +should be bundled with libwayland on your system: > wayland-info | grep -E '(ext_data_control|zwlr_data_control)'