]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0382: Wayland: focus-stealing is non-working master v9.2.0382
authorFoxe Chen <chen.foxe@gmail.com>
Mon, 20 Apr 2026 17:59:56 +0000 (17:59 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 20 Apr 2026 18:24:17 +0000 (18:24 +0000)
commitd0b6ee320b5156c9d880cc4aef8e5231fdae2728
tree80629a029a12e9689f98862a78f8956307e89bf1
parentec3f79e037349735466135cded2b7362521370cf
patch 9.2.0382: Wayland: focus-stealing is non-working

Problem:  Wayland: focus-stealing is non-working
Solution: Remove it, the feature could be re-implemented using
          clipboard-providers feature, see :h wayland-primary-selection
          (Foxe Chen).

closes: #19984

Signed-off-by: Foxe Chen <chen.foxe@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
26 files changed:
runtime/doc/builtin.txt
runtime/doc/options.txt
runtime/doc/tags
runtime/doc/various.txt
runtime/doc/version9.txt
runtime/doc/wayland.txt
runtime/optwin.vim
runtime/syntax/vim.vim
src/Makefile
src/auto/configure
src/auto/wayland/Makefile
src/auto/wayland/protocols/primary-selection-unstable-v1.xml [deleted file]
src/auto/wayland/protocols/xdg-shell.xml [deleted file]
src/clipboard.c
src/config.h.in
src/configure.ac
src/evalfunc.c
src/feature.h
src/option.h
src/optiondefs.h
src/po/vim.pot
src/proto/wayland.pro
src/testdir/test_wayland.vim
src/version.c
src/wayland.c
src/wayland.h