Remember last position.

This commit is contained in:
Gea-Suan Lin
2011-02-07 16:38:07 +08:00
parent be93b763b0
commit 31276b0684

1
vimrc
View File

@@ -19,3 +19,4 @@ set t_Co=256
set visualbell
set wildmenu
syntax on
au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif