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

restore behavior of :GoInfo when g:go_info_mode='gocode' #1915

Merged
merged 1 commit into from
Aug 20, 2018

Conversation

bhcleek
Copy link
Collaborator

@bhcleek bhcleek commented Aug 17, 2018

Make sure :GoInfo echoes the info for the identifier under the cursor
when g:go_info_mode='gocode'.

Remove the auto argument from go#complete#Info; it is not needed. In
other locations, rename auto to echo so that it is clear what effect it
has instead of acting as a signal for how it was called.

Fixes #1914.

Make sure :GoInfo echoes the info for the identifier under the cursor
when g:go_info_mode='gocode'.

Remove the auto argument from go#complete#Info; it is not needed. In
other locations, rename auto to echo so that it is clear what effect it
has instead of acting as a signal for _how_ it was called.

Fixes fatih#1914.
@fatih
Copy link
Owner

fatih commented Aug 20, 2018

lgtm

@bhcleek bhcleek merged commit b55773c into fatih:master Aug 20, 2018
@bhcleek bhcleek deleted the fix-GoInfo branch August 20, 2018 21:19
@bhcleek bhcleek changed the title restore behavior of :GoInfo when g:go_info_mode='guru' restore behavior of :GoInfo when g:go_info_mode='gocode' Aug 20, 2018
bhcleek added a commit that referenced this pull request Aug 20, 2018
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