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

Make go-debug-stepout available for debug mapping #3143

Merged
merged 1 commit into from
Feb 10, 2021
Merged

Make go-debug-stepout available for debug mapping #3143

merged 1 commit into from
Feb 10, 2021

Conversation

csch0
Copy link
Contributor

@csch0 csch0 commented Jan 23, 2021

Now go-debug-stepout could be used like this:

let g:go_debug_mappings = { '(go-debug-stepout)': {'key': '<F12>'} }

No stepout could be used like this:

let g:go_debug_mappings = {
      \ '(go-debug-stepout)': {'key': '<F12>'}
      \ }
@bhcleek bhcleek added this to the vim-go 1.25 milestone Feb 10, 2021
@bhcleek
Copy link
Collaborator

bhcleek commented Feb 10, 2021

Thank you for contributing!

@bhcleek bhcleek merged commit 37aca3a into fatih:master Feb 10, 2021
bhcleek added a commit that referenced this pull request Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants