mirror of
https://github.com/jarun/nnn.git
synced 2025-03-12 17:54:04 +00:00
Do not clear buffer on selection end
This commit is contained in:
parent
17de5bfc27
commit
b340ecc257
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue