We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72e6a9 commit 03825deCopy full SHA for 03825de
vimrc
@@ -1,7 +1,7 @@
1
" VIM 7 configuration file
2
" Maintainer: Dmitry Vasiliev <dima at hlabs dot org>
3
" URL: https://github.com/hdima/vim-scripts/blob/master/vimrc
4
-" Last Change: 2012-02-22
+" Last Change: 2012-02-23
5
6
" Not compatible with Vi
7
set nocompatible
@@ -50,7 +50,7 @@ set showfulltag
50
set showcmd
51
set wildmenu
52
set laststatus=2
53
-set statusline=%f%=\ %Y\ %c%V,%l/%L\ %P\ [%M%n%W]:%{tabpagenr()}
+set statusline=%f%=\ %Y\ %c%V,%l/%L\ %P\ [%M%n%W]:%{tabpagenr()}/%{tabpagenr('$')}
54
55
" ...but not too much
56
set report=0
0 commit comments