astashov / vim-ruby-debugger

Vim plugin for debugging Ruby applications (using ruby-debug-ide gem)
435 stars 36 forks source link

Add ruby_debugger#statusline #63

Closed ecoffey closed 13 years ago

ecoffey commented 13 years ago

This adds a function for use in the vim statusline.

If the ruby debugger is active the status line will indicate so, otherwise nothing is displayed.

astashov commented 13 years ago

I really can't realize where it is put into vim statusline. :) Could you please point to it for me?

ecoffey commented 13 years ago

Oh sorry, I think I described it wrong.

It doesn't insert it into the statusline, but gives you a clean string that a end user can put into their status line. Kind of like how tpop/vim-fugitive and vim-rvm work.

astashov commented 13 years ago

Ah, got it. Could you please add a note about that to doc/ruby_debugger.txt, and I'll merge it. Thanks!

ecoffey commented 13 years ago

Will do, commits incoming soon!

ecoffey commented 13 years ago

Bump :-)

astashov commented 13 years ago

Whoops, sorry, missed your commit. Merging... Thanks a lot, Eoin!