fix: add padding to pos in non-focused window

This commit is contained in:
David JULIEN 2021-02-15 18:54:29 +01:00
parent 052ff9bfd0
commit bc7ba31d5c
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ function! StatusLineNC()
" Depth
let l:statusline.='%#Percent#'
let l:statusline.='%03.p%%'
let l:statusline.=' %03.p%%'
return l:statusline
endfunction