<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -18,15 +18,6 @@ if &amp;cp || (exists(&quot;g:loaded_rails&quot;) &amp;&amp; g:loaded_rails) &amp;&amp; !(exists(&quot;g:rails_debu
 endif
 let g:loaded_rails = 1
 
-&quot; Apparently, the nesting level within Vim when the Ruby interface is
-&quot; initialized determines how much stack space Ruby gets.  In previous
-&quot; versions of rails.vim, sporadic stack overflows occured when omnicomplete
-&quot; was used.  This was apparently due to rails.vim having first initialized
-&quot; ruby deep in a nested function call.
-if has(&quot;ruby&quot;)
-  silent! ruby nil
-endif
-
 &quot; Utility Functions {{{1
 
 function! s:error(str)</diff>
      <filename>plugin/rails.vim</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e1690cc767acc19ae29111b42782b32e6ddd01ac</id>
    </parent>
  </parents>
  <author>
    <name>Tim Pope</name>
    <email>code@tpope.net</email>
  </author>
  <url>http://github.com/tpope/vim-rails/commit/d17843e5f3e7f23f6be74c18a77ffdbcf06174e7</url>
  <id>d17843e5f3e7f23f6be74c18a77ffdbcf06174e7</id>
  <committed-date>2009-10-25T13:10:05-07:00</committed-date>
  <authored-date>2009-10-25T13:10:05-07:00</authored-date>
  <message>Cease initializing if_ruby

All uses of the ruby interface should be gone except in :Rrefresh (which
only uses it if rubycomplete.vim has been loaded).  It should be safe to
drop this initialization hack.</message>
  <tree>e7af574e77ee9292f0b9027a6868f888c7baf932</tree>
  <committer>
    <name>Tim Pope</name>
    <email>code@tpope.net</email>
  </committer>
</commit>
