1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-13 02:05:40 +08:00

Improve cursor pos on statusline (#3686)

This commit is contained in:
Wang Shidong 2020-08-04 23:20:20 +08:00 committed by GitHub
parent c34da714e5
commit 0c5ca6ba66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,7 +169,7 @@ function! s:percentage() abort
endfunction
function! s:cursorpos() abort
return ' %l:%c '
return "%{' ' . join(map(getpos('.')[1:2], \"printf('%3d', v:val)\"), ':') . ' '}"
endfunction
function! s:time() abort