st-flexipatch

My st-flexipatch configuration
git clone git://git.ethandl.dev/st-flexipatch
Log | Files | Refs | README | LICENSE

commit 0325f7c76ba30b9883015c20f09e6534a0494713
parent e03985463530ee48ab77fffb45c47fed7bff8eb8
Author: bakkeby <bakkeby@gmail.com>
Date:   Sun,  9 May 2021 19:53:25 +0200

vim-browse: segment fault when applied on top of st-clipboard patch ref. #21

Diffstat:
Mx.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git 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);