aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index cb955f1..9ccd6c4 100644
--- a/.vimrc
+++ b/.vimrc
@@ -167,6 +167,7 @@ fun! StatusLineRenderer()
\ . ' %r '
\ . (&modified ? ' + ' : '')
\ . '%#CursorColumn#%='
+ \ . ' %Y '
\ . hl
\ . '%#DiffAdd#'
\ . ' %{&fileencoding?&fileencoding:&encoding}'