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

Always use full path as statusline target directory #1121

Merged
merged 1 commit into from
Nov 24, 2016
Merged

Always use full path as statusline target directory #1121

merged 1 commit into from
Nov 24, 2016

Conversation

pborzenkov
Copy link
Contributor

Some parts of the code use go package dir relative to the current GOPATH
as a target for statusline update message which leads to their messages
not being displayed in the statusline (because it expects full path to
the package). Fix this by always using full package path.

Signed-off-by: Pavel Borzenkov pavel.borzenkov@gmail.com

Some parts of the code use go package dir relative to the current GOPATH
as a target for statusline update message which leads to their messages
not being displayed in the statusline (because it expects full path to
the package). Fix this by always using full package path.

Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
@fatih fatih merged commit f60e4fd into fatih:master Nov 24, 2016
@fatih
Copy link
Owner

fatih commented Nov 24, 2016

Thanks @pborzenkov. I've fixed it for other commands, seems like I've forgot them. Thanks for fixing it.

@pborzenkov pborzenkov deleted the statusbar-update branch November 24, 2016 17:33
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.

None yet

2 participants