When I switch between buffers in vim using ": bn" and ": bp", my status bar shows the following convenient information:
"foo.txt" 43 lines --88%-- ((1) of 3) 38,1 All
(I think this is “set showmode”, which allows this.) But this is “(1)” always literally “(1)” - it does not change as I change the buffers. (The partners around "1" are also weird).
Does anyone know how to fix this?
ADDED: perhaps this is due to something nutty in my .vimrc, which is here: http://yootles.com/outbox/.vimrc
In addition, here's a handy trick to make switching buffers really painless (entries in .vimrc):
"left/right arrows to switch buffers in normal mode
map <right> :bn<cr>
map <left> :bp<cr>
: vim, , , . [ , !]