plugins/configs/statusline: Fix % icon for page position
This commit is contained in:
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…
Reference in New Issue