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

Commits on Aug 17, 2018

  1. restore behavior of :GoInfo when g:go_info_mode='gocode'

    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.
    bhcleek committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    1921512 View commit details
    Browse the repository at this point in the history