Do not clear buffer on selection end

This commit is contained in:
Arun Prakash Jana 2019-09-29 23:06:27 +05:30
parent 17de5bfc27
commit b340ecc257
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 0 additions and 1 deletions

View File

@ -898,7 +898,6 @@ static void endselection(void)
if (selbufpos) { /* File path(s) written to the buffer */
writesel(pselbuf, selbufpos - 1); /* Truncate NULL from end */
spawn(copier, NULL, NULL, NULL, F_NOTRACE);
selbufpos = 0;
}
}