Removed /usr/local from CDPATH
[clearscm.git] / rc / vimrc
index f919214..76c4dcf 100644 (file)
--- a/rc/vimrc
+++ b/rc/vimrc
@@ -9,3 +9,5 @@ set ff=unix
 colorscheme pablo
 map! \7f \b
 set number
+autocmd BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g`\"" | endif
+