Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: astashov/vim-ruby-debugger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: astashov/vim-ruby-debugger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: embedded
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 15 files changed
  • 1 contributor

Commits on May 1, 2010

  1. Configuration menu
    Copy the full SHA
    8c862dd View commit details
    Browse the repository at this point in the history
  2. Moved all code of the plugin to autoload dir. Theoretically, it shoul…

    …d make starting of vim faster
    Anton Astashov committed May 1, 2010
    Configuration menu
    Copy the full SHA
    735bbb6 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2010

  1. Removed ruby_debugger.rb separate process - now it is managed by plug…

    …in (by 'ruby' VIM command)
    Anton Astashov committed May 15, 2010
    Configuration menu
    Copy the full SHA
    b604d59 View commit details
    Browse the repository at this point in the history
  2. Made some refactoring - removed unnecessary 'ruby_debugger.rb' and 's…

    …ocket', renamed/rearranged server's code, RdbStop command now stops the server (by exit command) instead of killing it, we also stop server (instead of killing) before restarting, added check if some other Vim instance has running rdebug-ide
    Anton Astashov committed May 15, 2010
    Configuration menu
    Copy the full SHA
    30bd54d View commit details
    Browse the repository at this point in the history
Loading