vim-browse: segment fault when applied on top of st-clipboard patch ref. #21
This commit is contained in:
parent
e039854635
commit
0325f7c76b
1 changed files with 0 additions and 3 deletions
3
x.c
3
x.c
|
|
@ -209,9 +209,6 @@ clipcopy(const Arg *dummy)
|
||||||
|
|
||||||
free(xsel.clipboard);
|
free(xsel.clipboard);
|
||||||
xsel.clipboard = NULL;
|
xsel.clipboard = NULL;
|
||||||
#if VIM_BROWSE_PATCH
|
|
||||||
xsetsel(getsel());
|
|
||||||
#endif // VIM_BROWSE_PATCH
|
|
||||||
|
|
||||||
if (xsel.primary != NULL) {
|
if (xsel.primary != NULL) {
|
||||||
xsel.clipboard = xstrdup(xsel.primary);
|
xsel.clipboard = xstrdup(xsel.primary);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue