Don't have to be files

pull/4/head
Junegunn Choi 11 years ago
parent e8a1346aa4
commit 73379963a3

2
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

Loading…
Cancel
Save