Skip to content
Snippets Groups Projects
Commit 73379963 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Don't have to be files

parent e8a1346a
No related branches found
Tags 0.16.0
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment