repo.or.cz
/
msysgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added a patch to export all neon symbols.
[msysgit.git]
/
etc
/
vimrc
blob
54c90e11552faceeb424936dfee216698e354ea2
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")