Vim: fix statusline with tmux
This commit is contained in:
parent
45118f095e
commit
06633fc061
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue