From 0325f7c76ba30b9883015c20f09e6534a0494713 Mon Sep 17 00:00:00 2001 From: bakkeby Date: Sun, 9 May 2021 19:53:25 +0200 Subject: [PATCH] vim-browse: segment fault when applied on top of st-clipboard patch ref. #21 --- x.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/x.c b/x.c index a163f06..de65fdc 100644 --- a/x.c +++ b/x.c @@ -209,9 +209,6 @@ clipcopy(const Arg *dummy) free(xsel.clipboard); xsel.clipboard = NULL; - #if VIM_BROWSE_PATCH - xsetsel(getsel()); - #endif // VIM_BROWSE_PATCH if (xsel.primary != NULL) { xsel.clipboard = xstrdup(xsel.primary);