<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.vim/doc/taglist.txt</filename>
    </added>
    <added>
      <filename>.vim/plugin/taglist.vim</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -39,10 +39,11 @@ set linebreak
 
 if has(&quot;win32&quot;) || has(&quot;win64&quot;)
    set guifont=Envy\ Code\ R:h13.5
-   set shell=powershell.exe
-   set shellcmdflag=-c
-   set shellpipe=&gt;
-   set shellredir=&gt;
+   &quot;set shell=powershell.exe
+   &quot;set shellcmdflag=-c
+   &quot;set shellpipe=&gt;
+   &quot;set shellredir=&gt;
+   let Tlist_Ctags_Cmd = 'e:\Tools\ctags.exe'
    set directory=$TMP
    if !has(&quot;gui_running&quot;)
       colorscheme slate
@@ -99,6 +100,10 @@ noremap k gk
 &quot; disable warnings from NERDCommenter:
 let g:NERDShutUp = 1
 
+&quot; Make sure taglist doesn't change the window size
+let g:Tlist_Inc_Winwidth = 0
+nnoremap &lt;silent&gt; &lt;F8&gt; :TlistToggle&lt;CR&gt;
+
 &quot; language specific customizations:
 let g:python_highlight_numbers = 1
 </diff>
      <filename>.vimrc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>13b9ca037b169ed9c91481c6a5fa6c89cb8f781b</id>
    </parent>
  </parents>
  <author>
    <name>Tomas Restrepo</name>
    <email>tomas@winterdom.com</email>
  </author>
  <url>http://github.com/tomasr/dotfiles/commit/0afb7361f8d29cf664e1c02ed4c3bca9a1e33e92</url>
  <id>0afb7361f8d29cf664e1c02ed4c3bca9a1e33e92</id>
  <committed-date>2009-05-21T12:16:38-07:00</committed-date>
  <authored-date>2009-05-21T12:16:38-07:00</authored-date>
  <message>Adding taglist plugin</message>
  <tree>5ef0d83473dcd544ff464e8d6624a6149c9fa185</tree>
  <committer>
    <name>Tomas Restrepo</name>
    <email>tomas@winterdom.com</email>
  </committer>
</commit>
