diff --git a/fzf b/fzf index 6c95829e..b60bb7f7 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