jaredly / vim-debug

A plugin for VIM that creates an Integrated Debugging Environment :) Currently works with PHP and Python
http://jaredforsyth.com/projects/vim-debug
MIT License
284 stars 28 forks source link

add global variable to disable default mappings #13

Closed ivanalejandro0 closed 11 years ago

ivanalejandro0 commented 11 years ago

This code allows the user to disable the default mappings. This way, mapping conflicts can be avoided and the user can define its own mappings for the debugger.

jaredly commented 11 years ago

Awesome thanks! fixes #11 fixes #6

ivanalejandro0 commented 11 years ago

I'm happy to help! And thank you for this great tool. Hope we can see soon this version in PyPI :)

jaredly commented 11 years ago

You got it. Should be up now.

On Mon, Jun 3, 2013 at 6:32 PM, Ivan Alejandro notifications@github.comwrote:

I'm happy to help! And thank you for this great tool. Hope we can see soon this version in PyPI :)

— Reply to this email directly or view it on GitHubhttps://github.com/jabapyth/vim-debug/pull/13#issuecomment-18882493 .

ivanalejandro0 commented 11 years ago

great!