From 73379963a392618a7c0efbb8fb9c9a586d08945a Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 24 Oct 2013 01:17:34 +0900 Subject: [PATCH] Don't have to be files --- fzf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fzf b/fzf index 6c95829..b60bb7f 100755 --- a/fzf +++ b/fzf @@ -78,7 +78,7 @@ end def print_info msg = nil C.setpos cursor_y - 1, 0 C.clrtoeol - C.addstr " #{@matches.length}/#{@count} file(s)#{msg}" + C.addstr " #{@matches.length}/#{@count}#{msg}" end def refresh