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

This commit is contained in:
Akianonymus 2021-08-26 15:34:29 +05:30 committed by siduck76
parent af597372ec
commit 66de975543
1 changed files with 1 additions and 1 deletions

View File

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