plugins/configs/statusline: Fix % icon for page position

navigator
Akianonymus 3 years ago committed by siduck76
parent af597372ec
commit 66de975543

@ -369,7 +369,7 @@ components.right.active[10] = {
return " Bot " return " Bot "
end end
local result, _ = math.modf((current_line / total_line) * 100) local result, _ = math.modf((current_line / total_line) * 100)
return " " .. result .. " % " return " " .. result .. " %% "
end, end,
hl = { hl = {

Loading…
Cancel
Save