<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>additionals/plugin/ruby_debugger_test.vim</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -29,8 +29,6 @@ This Vim plugin implements interactive Ruby debugger in Vim.
         git clone git://github.com/astashov/vim-ruby-debugger.git
 
 2.  Copy contents of 'vim' folder to your ~/.vim/. You should have 3 files there then: **~/.vim/plugin/ruby_debugger.vim**, **~/.vim/bin/ruby_debugger.rb** and **~/.vim/doc/ruby_debugger.txt**
-    File **~/.vim/plugin/ruby_debugger_test.vim** contains code from ruby_debugger.vim + tests.
-    If you don't want to run unit tests of this plugin, you can delete it.
     First file is a debugger plugin and second is a small ruby script, that makes interaction between the VIM and the ruby-debug-ide gem. Third is documentation file.
 
 3.  Generate local tags file
@@ -76,7 +74,7 @@ I've tested the plugin in Windows and Linux. All tests should be passed there.
 
 # Testing #
 
-If you want to run tests, replace in /plugin directory ruby_debugger.vim to **ruby_debugger_test.vim**.
+If you want to run tests, replace in /plugin directory ruby_debugger.vim to **ruby_debugger_test.vim** (take it from additionals/plugin directory).
 And then, in command mode execute
   
          :call g:TU.run()</diff>
      <filename>README.md</filename>
    </modified>
    <modified>
      <diff>@@ -39,5 +39,5 @@ common = Collector.new(['ruby_debugger_plan.txt'], 'vim/plugin/ruby_debugger.vim
 common.accumulate!
 
 
-with_tests = Collector.new(['ruby_debugger_plan.txt', 'ruby_test_plan.txt'], 'vim/plugin/ruby_debugger_test.vim')
+with_tests = Collector.new(['ruby_debugger_plan.txt', 'ruby_test_plan.txt'], 'additionals/plugin/ruby_debugger_test.vim')
 with_tests.accumulate!</diff>
      <filename>collector.rb</filename>
    </modified>
    <modified>
      <diff>@@ -64,7 +64,7 @@ endfunction
 
 &quot; We set function this way, because we want have possibility to mock it by
 &quot; other function in tests
-let RubyDebugger.send_command = function(&quot;s:send_message_to_debugger&quot;)
+let RubyDebugger.send_command = function(&quot;&lt;SID&gt;send_message_to_debugger&quot;)
 
 
 &quot; Open variables window</diff>
      <filename>ruby_debugger/public.vim</filename>
    </modified>
    <modified>
      <diff>@@ -141,9 +141,10 @@ If your script receives arguments, quote it into single quotes: &gt;
 8. The plugin logs all its actions to ~/.vim/tmp/ruby_debugger_log.
 
 9. You also can run Unit tests for the plugin. For this, copy to 
-   ~/.vim/plugin/ ruby_debugger_test.vim instead of ruby_debugger.vim. It has
-   the same functionality, but with unit tests at end of the file. To run
-   unit tests, change current directory to some rails project and run &gt;
+   ~/.vim/plugin/ ruby_debugger_test.vim instead of ruby_debugger.vim (from
+   additionals/plugin directory). It has the same functionality, but with unit 
+   tests at end of the file. To run unit tests, change current directory to 
+   some rails project and run &gt;
 	call g:TU.run()
 
 ==============================================================================</diff>
      <filename>vim/doc/ruby_debugger.txt</filename>
    </modified>
    <modified>
      <diff>@@ -349,7 +349,7 @@ endfunction
 
 &quot; We set function this way, because we want have possibility to mock it by
 &quot; other function in tests
-let RubyDebugger.send_command = function(&quot;s:send_message_to_debugger&quot;)
+let RubyDebugger.send_command = function(&quot;&lt;SID&gt;send_message_to_debugger&quot;)
 
 
 &quot; Open variables window</diff>
      <filename>vim/plugin/ruby_debugger.vim</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>vim/plugin/ruby_debugger_test.vim</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>f76755c647fa3198e58aa57962bb49bb2d89cbb4</id>
    </parent>
  </parents>
  <author>
    <name>Anton Astashov</name>
    <email>anton@localhost.(none)</email>
  </author>
  <url>http://github.com/astashov/vim-ruby-debugger/commit/a2d877e22109db78135fdbd38e799595f8fcbdba</url>
  <id>a2d877e22109db78135fdbd38e799595f8fcbdba</id>
  <committed-date>2009-06-07T17:59:14-07:00</committed-date>
  <authored-date>2009-06-07T17:59:14-07:00</authored-date>
  <message>Moved ruby_debugger_test.vim to additionals directory from vim directory for simplifying installation. Now, you just need to copy ./vim directory to ~/.vim (without deleting one of .vim files in plugin directory).</message>
  <tree>2beb44a38614f0ecdc89d93a9ecd721df550c11d</tree>
  <committer>
    <name>Anton Astashov</name>
    <email>anton@localhost.(none)</email>
  </committer>
</commit>
