Start anew
[msysgit.git] / etc / vimrc
blob54c90e11552faceeb424936dfee216698e354ea2
1 if has("autocmd")
2         "Remember the positions in files"
3         autocmd BufReadPost *
4           \ if line("'\"") > 0 && line("'\"") <= line("$") |
5           \   exe "normal g`\"" |
6           \ endif
7 endif " has("autocmd")