diff vim/vimrc @ 95:b96ff0dd0137

Fixed the generated vimrc's runtimepath.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 22 Mar 2012 18:43:08 -0700
parents a54180045075
children e6ecdb8ef62f
line wrap: on
line diff
--- a/vim/vimrc	Thu Mar 22 11:53:00 2012 -0700
+++ b/vim/vimrc	Thu Mar 22 18:43:08 2012 -0700
@@ -27,7 +27,7 @@
 endif
 
 " Get our vim directory. 
-let s:vim_home=expand("<sfile>:h")
+let s:vim_home = expand("<sfile>:h")
 
 " Disable some plugins.
 let g:pathogen_disabled = []