mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Fix compilation error when FIFO is disabled
This commit is contained in:
parent
b626cfa00f
commit
c0ed6d1d04
|
@ -6419,12 +6419,12 @@ nochange:
|
||||||
printwait(messages[MSG_UNSUPPORTED], &presel);
|
printwait(messages[MSG_UNSUPPORTED], &presel);
|
||||||
goto nochange;
|
goto nochange;
|
||||||
}
|
}
|
||||||
|
#ifndef NOFIFO
|
||||||
if (g_state.explorer && sel == SEL_OPEN) {
|
if (g_state.explorer && sel == SEL_OPEN) {
|
||||||
notify_fifo(TRUE, TRUE);
|
notify_fifo(TRUE, TRUE);
|
||||||
goto nochange;
|
goto nochange;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
/* If opened as vim plugin and Enter/^M pressed, pick */
|
/* If opened as vim plugin and Enter/^M pressed, pick */
|
||||||
if (g_state.picker && sel == SEL_OPEN) {
|
if (g_state.picker && sel == SEL_OPEN) {
|
||||||
appendfpath(newpath, mkpath(path, pent->name, newpath));
|
appendfpath(newpath, mkpath(path, pent->name, newpath));
|
||||||
|
|
Loading…
Reference in a new issue