diff --git a/vim/vimrc.statusline b/vim/vimrc.statusline index fcd2a0d..22826b0 100644 --- a/vim/vimrc.statusline +++ b/vim/vimrc.statusline @@ -28,7 +28,7 @@ function! GetYearGlyph() let year= year % 10 - return glyph . year + return decade . year endfunction " This is a rebuild of the original vim status line. I'll put the original