Make vim load the top line, always.

This commit is contained in:
ADAM David Alan Martin
2021-03-03 18:30:27 -05:00
parent e5cd1839a6
commit 49d2add0fc

View File

@ -38,3 +38,8 @@ au FileType * setlocal formatoptions=tcq
" Statusline workaround:
au BufWinEnter quickfix source ~/.vim/vimrc.statusline
" Sometimes some distros make us load up on the last line edited, when reading for the first time...
" This should fix this.
au BufReadPost * :1
au BufNewFile * :1