<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -16,7 +16,7 @@ set cpo&amp;vim
 
 &quot; Script Variables: {{{
 &quot;let s:menuFile = strpart(&amp;rtp, 0, stridx(&amp;rtp, ',')) . '/plugin/ColorSchemes.vim'
-let s:menuFile = &quot;C:\\Program Files\\Vim\\vimfiles\\plugin\\ColorSchemes.vim&quot;
+let s:menuFile = g:VIM_FILES . &quot;\\plugin\\ColorSchemes.vim&quot;
 let s:menuName = '&amp;ColorSchemes'
 let s:xdigit = '[0123456789ABCDEFabcdef]'
 let s:hexvals = { 0:0, 1:1, 2:2, 3:3,</diff>
      <filename>plugin/ColorSchemeMenuMaker.vim</filename>
    </modified>
    <modified>
      <diff>@@ -53,7 +53,7 @@ set laststatus=2
 source $VIMRUNTIME/mswin.vim
 behave mswin
 
-:set tags=&quot;C:\Program Files\Vim\vimfiles\ctags&quot;
+set tags=&quot;C:\Program Files\Vim\vimfiles\ctags&quot;
 
 map &lt;Esc&gt; :w!&lt;CR&gt;
 
@@ -166,6 +166,9 @@ let g:rubycomplete_buffer_loading = 1
 let g:rubycomplete_classes_in_global = 1
 let g:rubycomplete_rails = 1
 let g:SuperTabDefaultCompletionType = &quot;&lt;C-X&gt;&lt;C-O&gt;&quot;
+let g:VIM_HOME = &quot;C:\\Program Files\\Vim&quot;
+let g:VIM_FILES = &quot;C:\\Program Files\\Vim\\vimfiles&quot;
+
 &quot; BEGIN rails-toolkit settings
 runtime debian.vim
 runtime macros/rails-toolkit.vim
@@ -174,7 +177,9 @@ runtime macros/rails-toolkit.vim
 &quot; Visual
 set showmatch  &quot; Show matching brackets.
 set mat=5  &quot; Bracket blinking.
+set wrap
 set list
+
 &quot; Show $ at end of line and trailing space as ~
 set lcs=tab:\ \ ,extends:&gt;,precedes:&lt;
 set novisualbell  &quot; No blinking .
@@ -293,22 +298,7 @@ function! OpenRailsDoc(keyword)
 endfunction
 noremap RR :call OpenRailsDoc(expand('&lt;cword&gt;'))&lt;CR&gt;
 
-&quot;fun! MySys()
- &quot; return &quot;windows&quot;
-&quot;endfun
-
-&quot;set runtimepath=~/vim_local,$VIMRUNTIME
-&quot;source ~/vim_local/vimrc
 
+&quot; Key Mapping for fuzzyfinder
+map &lt;C-F&gt; :FuzzyFinderTextMate&lt;CR&gt;
 
-&quot;if has(&quot;win32&quot;)
-	&quot;let new_home = &quot;C:\\Program Files\\Vim&quot; 
-	&quot;let &amp;rtp = substitute(&amp;rtp, $HOME, new_home, 'g') 
-	&quot;let $HOME = new_home 
-&quot;endif 
-
-map f :FuzzyFinderTextMate&lt;CR&gt;
-map + &lt;C-W&gt;+
-map - &lt;C-W&gt;-
-
-set wrap</diff>
      <filename>vimrc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>79c7574eb1b2b16f270c06b17ab90b3dedfc78cc</id>
    </parent>
  </parents>
  <author>
    <name>andhapp</name>
    <email>anuj@andhapp.com</email>
  </author>
  <url>http://github.com/andhapp/vimfiles/commit/85ec14cf2f7595205afef2b8ccb299928cfca50c</url>
  <id>85ec14cf2f7595205afef2b8ccb299928cfca50c</id>
  <committed-date>2009-04-14T15:34:54-07:00</committed-date>
  <authored-date>2009-04-14T15:34:54-07:00</authored-date>
  <message>Organised the vimrc and deleted the redundant data. Also, declared the VIM_HOME global va~riable in vimrc and used that in the ColourSchemeMenyMaker</message>
  <tree>81f2cc6d19c0a9dd6a759c517e9706bd4194a8e8</tree>
  <committer>
    <name>andhapp</name>
    <email>anuj@andhapp.com</email>
  </committer>
</commit>
