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

Some small improvements for GoDebug #1

Merged
merged 7 commits into from
Sep 7, 2017
Merged

Some small improvements for GoDebug #1

merged 7 commits into from
Sep 7, 2017

Conversation

arp242
Copy link

@arp242 arp242 commented Sep 7, 2017

Previously using `:GoDebugStart` without `dlv` installed would give the error:

	E117: Unknown function: go#debug#Start

Which is not very clear. With this it's:

	vim-go: could not find 'dlv'. Run :GoInstallBinaries to fix it

Which is a lot better :-)
Otherwise they will be lost when the using `:colorscheme` and some
other commands.
Inheriting it from the colour scheme is problematic, since it can be anything.

In my case (the default colour scheme), it's black. Black on dark blue is hard
to read :-)
I think this makes more sense? No need for a long path for e.g. `a.go`.

Stuff like e.g. `/usr/lib/go/src/runtime/proc.go` is still shown as the full
path.
To allow folk to configure their own window layout, or even hide certain
windows.
In case folk already have something running on port 8181 or something
@arp242 arp242 mentioned this pull request Sep 7, 2017
@mattn mattn merged commit de8dd2c into mattn:godebug Sep 7, 2017
@mattn
Copy link
Owner

mattn commented Sep 7, 2017

Thank you!

@arp242 arp242 deleted the godebug branch September 7, 2017 09:24
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