diff options
| author | 2019-09-30 07:41:34 +0530 | |
|---|---|---|
| committer | 2019-09-30 07:41:34 +0530 | |
| commit | 6ba1e48e624541f409f0db891d68f73eabe5d78a (patch) | |
| tree | fa87e2864ed6cce79f7329888dd10781f65512b9 /src | |
| parent | 9d23517d109118b4084ee488848ae353384d070b (diff) | |
| download | nnn-6ba1e48e624541f409f0db891d68f73eabe5d78a.tar.gz | |
End multi selection mode before link
Diffstat (limited to 'src')
| -rw-r--r-- | src/nnn.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2050,6 +2050,8 @@ static int xlink(char *suffix, char *path, char *buf, int *presel, int type) return -1; } + endselection(); + if (type == 's') /* symbolic link */ link_fn = &symlink; else /* hard link */ |