2
0
mirror of https://github.com/junegunn/fzf synced 2024-11-16 12:12:48 +00:00

Don't have to be files

This commit is contained in:
Junegunn Choi 2013-10-24 01:17:34 +09:00
parent e8a1346aa4
commit 73379963a3

2
fzf
View File

@ -78,7 +78,7 @@ end
def print_info msg = nil def print_info msg = nil
C.setpos cursor_y - 1, 0 C.setpos cursor_y - 1, 0
C.clrtoeol C.clrtoeol
C.addstr " #{@matches.length}/#{@count} file(s)#{msg}" C.addstr " #{@matches.length}/#{@count}#{msg}"
end end
def refresh def refresh