File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -189,16 +189,6 @@ endif
189
189
" root.
190
190
set tags = ./tags;/
191
191
192
- " Set the status line
193
- set statusline = % <% F " File path
194
- set statusline += \ % 2 *% {&ro ?' RO' :' ' }%*% 4 *% {&mod ?' +' :' ' }% <%* " RO and modification flags. %2 - red, %4 - green
195
- set statusline += % 3 * \ % {matchstr (fugitive#statusline (),' (\\zs.*\\ze)' )}%* " Fugitive flag. %3 - orange
196
- set statusline += % = \ % {&fileformat }\ \| " Remaining items are right-aligned. File format
197
- set statusline += % {&fileencoding }\ \| " Encoding
198
- set statusline += % {&filetype }\ \| " filetype
199
- set statusline += % p %% \ \| " % of document
200
- set statusline += % l: % c \ " Line num and col
201
-
202
192
" tell VIM to always put a status line in, even if there is only one window
203
193
set laststatus = 2
204
194
You can’t perform that action at this time.
0 commit comments