diff options
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/statusline.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/statusline.vim b/plugin/statusline.vim index 4905cba..3e1c069 100644 --- a/plugin/statusline.vim +++ b/plugin/statusline.vim | |||
@@ -110,7 +110,6 @@ function! StatusLine(mode) abort | |||
110 | 110 | ||
111 | " active | 111 | " active |
112 | if a:mode ==# 'active' | 112 | if a:mode ==# 'active' |
113 | let l:line.='%6*·%*' . ' ' | ||
114 | let l:line.='%7*%{StatuslineGit()}' | 113 | let l:line.='%7*%{StatuslineGit()}' |
115 | let l:line.='%<' | 114 | let l:line.='%<' |
116 | let l:line.=Filepath() | 115 | let l:line.=Filepath() |
@@ -125,7 +124,6 @@ function! StatusLine(mode) abort | |||
125 | 124 | ||
126 | else | 125 | else |
127 | " inactive | 126 | " inactive |
128 | let l:line.='%5*·%*' . ' ' | ||
129 | let l:line.='%#Blanks#' | 127 | let l:line.='%#Blanks#' |
130 | let l:line.='%f %5*%m%*' | 128 | let l:line.='%f %5*%m%*' |
131 | let l:line.='%#Blanks# %=%*' | 129 | let l:line.='%#Blanks# %=%*' |