vim-go v1.0.1 Release Notes

Release Date: 2015-02-09 // about 9 years ago
  • ๐Ÿ”‹ FEATURES:

    • ๐Ÿ†• New feature to highlight build constraints (disabled by default)

    ๐Ÿ‘Œ IMPROVEMENTS:

    • โšก๏ธ Updated godef import path
    • โšก๏ธ Updated Readme for possible problems with csh
    • ๐Ÿ“š Documentation for text objects are updated, typo fixes are merged
    • ๐Ÿ If vimproc is installed, Windows users will use it for autocompletion
    • ๐Ÿ‘Œ Improve UltiSnips snippets to pick Visual selection (demo: http://quick.as/0dvigz5)
    • ๐Ÿ“ฆ Packages with extensions, like "gopkg.in/yaml.v2" can be now displayed
    • ๐Ÿ“ฆ Packages with different import paths, like "github.com/bitly/go-simplejson" can be now displayed

    ๐Ÿ› BUG FIXES:

    • ๐Ÿ“œ Fatal errors are now parsed successfully and populated to quickfix list
    • ๐Ÿ”Œ Shiftwidth is changed to use shiftwidth() function. Fixes usage with plugins like vim-sleuth and possible mis usage (like setting shiftwidth to zero)
    • โž• Added a new Donation section to Readme, for those who ask for it.
    • ๐Ÿ›  Fix parsing of errcheck error syntax
    • ๐Ÿ›  Fix consistency between Neosnippet and UltiSnips snippets