Add pathogen into .vimrc

This commit is contained in:
Gea-Suan Lin
2011-09-29 09:52:43 +08:00
parent 3132b2b2fb
commit 54b88cde55

2
.vimrc
View File

@@ -39,3 +39,5 @@ nmap <Tab> <C-w>w
au BufNewFile,BufRead *.psgi setf perl
au BufNewFile,BufRead Makefile set noexpandtab
au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif
"
call pathogen#infect()