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

GoFmt errors don't go away after being fixed on latest master (but works on 1.14) #1427

Closed
ebuchman opened this issue Sep 6, 2017 · 2 comments

Comments

@ebuchman
Copy link

ebuchman commented Sep 6, 2017

Behavior

When I fix an error after GoFmt reports it and save the file again, the GoFmt logs should go away, but they don't.

Steps to reproduce:

Follow the first few steps from https://unknwon.io/setup-vim-for-go-development/ up to "Install neocomplete"

Configuration

Add here your current configuration and additional information that might be
useful, such as:

  • vimrc you used to reproduce
call pathogen#infect()

syntax enable  
filetype plugin on  
set number  
let g:go_disable_autoinstall = 0

" Highlight
let g:go_highlight_functions = 1  
let g:go_highlight_methods = 1  
let g:go_highlight_structs = 1  
let g:go_highlight_operators = 1  
let g:go_highlight_build_constraints = 1 
  • vim version: 7.4.8056
  • vim-go version: 52c5b1f
  • go version: go1.8.3 darwin/amd64

NOTE:

If I roll back vim-go to version v1.14, instead of latest master, it works fine!

@ebuchman ebuchman changed the title Latest master doesn't seem to work GoFmt errors don't go away after being fixed on latest master (works on 1.14) Sep 6, 2017
@ebuchman ebuchman changed the title GoFmt errors don't go away after being fixed on latest master (works on 1.14) GoFmt errors don't go away after being fixed on latest master (but works on 1.14) Sep 6, 2017
@arp242
Copy link
Contributor

arp242 commented Sep 6, 2017

Sounds like the same as #1423?

@ebuchman
Copy link
Author

ebuchman commented Sep 6, 2017

Yes looks like it, thanks. I'll close this in favour of that.

@ebuchman ebuchman closed this as completed Sep 6, 2017
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

No branches or pull requests

2 participants