Vim: fix statusline with tmux

This commit is contained in:
Akemi Izuko 2025-02-18 17:52:35 -07:00
parent 45118f095e
commit 06633fc061
Signed by: akemi
GPG key ID: 8DE0764E1809E9FC

View file

@ -271,7 +271,7 @@ function! StatlnFull(part)
let l:col = printf('%2S', col('.'))
let l:percent = float2nr(l:current * 100 / l:total) . '% '
let l:percent = float2nr(l:current * 100 / l:total) . '% @'
return l:percent . l:col . l:frac