Remove custom status line.
--- a/.vimrc Sat Mar 13 18:27:00 2010 +0200
+++ b/.vimrc Sat Mar 13 18:27:45 2010 +0200
@@ -28,6 +28,9 @@
set ignorecase
set smartcase
+" Have 3 lines of offset (or buffer) when scrolling.
+set scrolloff=3
+
" I find the toolbar in the GUI version of vim (gvim) to be somewhat useless
" visual clutter. This option gets rid of the toolbar.
set guioptions-=T
@@ -64,9 +67,6 @@
set ruler
-" Informative status line
-set statusline=%F%m%r%h%w\ [TYPE=%Y\ %{&ff}]\ [%l/%L\ (%p%%)]
-
" Local Variables:
" mode: fundamental
" comment-start: "\""