<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,7 @@
 #!/bin/bash
 
-#echo &quot;Generating tags for $1...&quot;
+echo &quot;Generating tags for $1...&quot;
 mkdir -p $2/$1
 rm -rf $2/$1/*
-./generate_ctags.rb $PWD/$1 --outputdir $2/$1
+./generate_ctags.rb --target $2/$1 $PWD/$1 
 ./sort-tags &lt; $2/$1 &gt; $2/$1.tmp &amp;&amp; mv $2/$1.tmp $2/$1</diff>
      <filename>ctags_to_file</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,9 @@
 #!/bin/bash
 
 rm -rf ~/tags/*
-ls -lL | grep '^d' | sed -e 's/^.* \([^ ]*\)$/\1/g' | xargs --replace ./ctags_to_file {} ~/tags
+ls -lL | grep '^d' | sed -e 's/^.* \([^ ]*\)$/\1/g' | xargs -I {} ./ctags_to_file &quot;{}&quot; ~/tags
 ctags -R /usr/include &amp;&amp; mv tags ~/tags/public
+ctags -R /usr/local/include &amp;&amp; mv tags ~/tags/public_local
 #ctags -R /usr/src/linux-2.6.18 &amp;&amp; mv tags ~/tags/kernel
 find ~/tags -type f | sed -e 's/^\(.*\)$/set tags+=\1/g' &gt; vimrc_tags
 mv vimrc_tags ~/.vimrc_tags</diff>
      <filename>rebuild_tags</filename>
    </modified>
    <modified>
      <diff>@@ -135,7 +135,7 @@ map &lt;leader&gt;e :e! ~/.vimrc&lt;cr&gt;
 
 &quot;&quot; Set up SuperTab
 &quot; see help ins-completion for more
-let g:SuperTabDefaultCompletionType = &quot;&lt;C-X&gt;&lt;C-N&gt;&quot;
+let g:SuperTabDefaultCompletionType = &quot;&lt;C-X&gt;&lt;C-O&gt;&quot;
 
 &quot; Set up MiniBufExplorer
 let g:miniBufExplMapWindowNavVim = 1</diff>
      <filename>vimrc</filename>
    </modified>
    <modified>
      <diff>@@ -79,7 +79,8 @@ alias po='popd'
 alias pu='pushd'
 alias tsl=&quot;tail -f /var/log/syslog&quot;
 alias df=&quot;df -hT&quot;
-alias em=&quot;emacs -nw&quot;
+alias grep='grep --color=tty -d skip'
+alias less=&quot;less -R&quot;
 alias qlf='qlmanage -p &quot;$@&quot; &gt;&amp; /dev/null'
 
 # functions</diff>
      <filename>zshrc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>37543b953a5ea4a366130e5324ca6fd5d81ccbc7</id>
    </parent>
  </parents>
  <author>
    <name>Paul Betts</name>
    <email>paul@paulbetts.org</email>
  </author>
  <url>http://github.com/xpaulbettsx/vimrc/commit/e75fb0af6f5fead3eb01f535d316e21814d2e1b5</url>
  <id>e75fb0af6f5fead3eb01f535d316e21814d2e1b5</id>
  <committed-date>2008-04-12T23:08:23-07:00</committed-date>
  <authored-date>2008-04-12T23:08:23-07:00</authored-date>
  <message>Fixed up ctags script</message>
  <tree>35dc18f3d8281107738c34d5508910048992ce9c</tree>
  <committer>
    <name>Paul Betts</name>
    <email>paul@paulbetts.org</email>
  </committer>
</commit>
