Merge pull request #781 from Jan200101/PR/lua54

Migrate to Lua 5.4
This commit is contained in:
Adam
2022-01-08 12:11:48 -05:00
committed by GitHub
12 changed files with 98 additions and 56 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ function ResultsView:draw()
local text
if self.searching then
if files_number then
text = string.format("Searching %d%% (%d of %d files, %d matches) for %q...",
text = string.format("Searching %.f%% (%d of %d files, %d matches) for %q...",
per * 100, self.last_file_idx, files_number,
#self.results, self.query)
else