Skip to content

v1.0.1

Compare
Choose a tag to compare
@fatih fatih released this 09 Feb 19:19
· 3992 commits to master since this release

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