m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-15 06:43:47 -05: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