commit | b90c2395b2c055aed38e0c5fd40c1841f43dab4b | [log] [tgz] |
---|---|---|
author | Foxe Chen <chen.foxe@gmail.com> | Fri Jun 27 21:10:35 2025 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Fri Jun 27 21:10:35 2025 +0200 |
tree | fe65d9ae9b6c854a83a341368958835c94b9f566 | |
parent | 03125277e9ea2e263ea970436efdd433d7475e2a [diff] [blame] |
patch 9.1.1485: missing Wayland clipboard support Problem: missing Wayland clipboard support Solution: make it work (Foxe Chen) fixes: #5157 closes: #17097 Signed-off-by: Foxe Chen <chen.foxe@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/gui.c b/src/gui.c index fbbfb87..4d59651 100644 --- a/src/gui.c +++ b/src/gui.c
@@ -146,6 +146,9 @@ emsg(msg); #endif } + else + // Reset clipmethod to CLIPMETHOD_NONE + choose_clipmethod(); vim_free(old_term);