Skip to content

Commit 34ec708

Browse files
committed
No really, kill the statusline
1 parent d25dde7 commit 34ec708

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

autoload/rails.vim

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4367,9 +4367,6 @@ function! RailsBufInit(path)
43674367
" Activate custom syntax
43684368
let &syntax = &syntax
43694369
endif
4370-
if firsttime
4371-
call s:BufInitStatusline()
4372-
endif
43734370
if expand('%:e') == 'log'
43744371
nnoremap <buffer> <silent> R :checktime<CR>
43754372
nnoremap <buffer> <silent> G :checktime<Bar>$<CR>

0 commit comments

Comments
 (0)