projects
/
nnn.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b397606
)
Restore hovered file name on select and run plugin
author
Arun Prakash Jana <engineerarun@gmail.com>
Fri, 28 May 2021 18:01:20 +0000 (23:31 +0530)
committer
Arun Prakash Jana <engineerarun@gmail.com>
Fri, 28 May 2021 18:01:20 +0000 (23:31 +0530)
src/nnn.c
patch
|
blob
|
history
diff --git
a/src/nnn.c
b/src/nnn.c
index 6faca85dd9b17dd7d392ee1eb91f5caace938e5d..544067f0adde58c4356b734abf7dea43eb1c8f44 100644
(file)
--- a/
src/nnn.c
+++ b/
src/nnn.c
@@
-6432,8
+6432,10
@@
nochange:
if (g_state.picked)
return EXIT_SUCCESS;
- if (runfile[0])
+ if (runfile[0]) {
+ xstrsncpy(lastname, runfile, NAME_MAX + 1);
runfile[0] = '\0';
+ }
clearfilter();
setdirwatch();
goto begin;