From 4e59ffd9d097a3a988d0ee16befef994c695d145 Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Sun, 29 Dec 2019 20:04:39 +0100 Subject: [PATCH] Make showsel print warning when nothing is selected (#423) --- src/nnn.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nnn.c b/src/nnn.c index 42d22986..93ef24d5 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -5007,6 +5007,7 @@ nochange: presel = FILTER; break; } + printwait(messages[MSG_0_SELECTED], &presel); goto nochange; case SEL_SELEDIT: r = editselection();