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)'