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 9f811d1 commit 5385161Copy full SHA for 5385161
vimrc
@@ -1,8 +1,8 @@
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-12
5
-" Version: 0.7
+" Last Change: 2012-02-13
+" Version: 0.8
6
7
" Not compatible with Vi
8
set nocompatible
@@ -53,7 +53,7 @@ set shortmess+=asWAI
53
set showtabline=0
54
set wildmenu
55
set laststatus=2
56
-set statusline=%f%=\ %Y\ %c%V,%l/%L\ [%M%n%W]:%{tabpagenr()}
+set statusline=%f%=\ %Y\ %c%V,%l/%L\ %P\ [%M%n%W]:%{tabpagenr()}
57
58
set helpheight=12
59
set winminheight=0
0 commit comments