You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
If I roll back vim-go to version v1.14, instead of latest master, it works fine!
The text was updated successfully, but these errors were encountered:
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
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
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 reproducego1.8.3 darwin/amd64
NOTE:
If I roll back vim-go to version v1.14, instead of latest master, it works fine!
The text was updated successfully, but these errors were encountered: