Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Easier method for setting options #38

Closed
joonty opened this issue Jan 23, 2013 · 0 comments
Closed

Easier method for setting options #38

joonty opened this issue Jan 23, 2013 · 0 comments

Comments

@joonty
Copy link
Collaborator

joonty commented Jan 23, 2013

Instead of setting options with let g:vdebug_options['option_name'] = 'this', it would be much more user friendly to be able to set them with a command like:

:VdebugOpt server 127.0.0.1
:VdebugOpt debug_file /tmp/vdebug.log

Option names can then be autocompleted and option values can be validated.

@joonty joonty closed this as completed in f4284cc Jan 28, 2013
joonty added a commit that referenced this issue Apr 4, 2013
The :VdebugOpt command allows you to get and set option values. It
provides autocomplete, so you no longer have to remember the names of
options.
joonty added a commit that referenced this issue Apr 6, 2013
The :VdebugOpt command allows you to get and set option values. It
provides autocomplete, so you no longer have to remember the names of
options.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant