Skip to content

Releases: fatih/vim-go

v1.0.1

09 Feb 19:19
Compare
Choose a tag to compare

Changes:

  • Vim-go: fatal errors are now parsed successfully and populated to quickfix list
  • Vim-go: updated godef import path
  • Vim-go: shiftwidth is changed to use shiftwidth() function. Fixes usage with plugins like vim-sleuth and possible mis usage (like setting shiftwidth to zero)
  • Vim-go: added a new Donation section to Readme, for those who ask for it.
  • Vim-go: updated Readme for possible problems with csh
  • GoDoc: packages with extensions, like "gopkg.in/yaml.v2" can be now displayed
  • GoDoc: packages with different import paths, like "github.com/bitly/go-simplejson" can be now displayed
  • Docs: documentation for text objects are updated, typo fixes are merged
  • Syntax: new feature to highlight build constraints (disabled by default)
  • GoErrCheck: fix parsing of errcheck error syntax
  • Windows: if vimproc is installed, Windows users will use it for autocompletion
  • Snippets: fix consistency between Neosnippet and UltiSnips snippets
  • Snippets: improve UltiSnips snippets to pick Visual selection (demo: http://quick.as/0dvigz5)

Thanks for all contributors working on Vim-go

v1.0

29 Dec 09:21
Compare
Choose a tag to compare

We don't tag any changes or releases, so let's start with 1.0. Our Windows support is now in a good shape, tons of bugs are fixed, many new features and improvements is being added and it's getting better with each day (thanks to the community contributions).