vim-go v1.2 Release Notes

Release Date: 2015-10-02 // over 8 years ago
  • ๐Ÿ”‹ FEATURES:

    • ๐Ÿ‘• A new :GoMetaLinter command which invokes gometalinter. Please check the PR [GH-553] for more detail on customizing and usage of :GoMetaLinter.

    ๐Ÿ‘Œ IMPROVEMENTS:

    • ๐Ÿ‘Œ Improve :GoImport to trim spaces when including import paths of form "fmt "
    • Avoid setting filetype twice. Previously it was doing it twice, which was expensive
    • ๐Ÿ‘Œ Improve handling of GOPATH's with trailing / characters, such as /home/user/go/
    • Add a new g:go_highlight_string_spellcheck feature, which is enabled by feature. Now if spell is enabled, go strings are also checked.
    • ๐Ÿ‘ Specify our limited but functional gb support

    ๐Ÿ› BUG FIXES:

    • Fixed :GoRun to display errors when g:go_dispatch_enabled was enabled
    • ๐Ÿ›  Fixed :GoDrop displaying "Not enough arguments" (regression)
    • ๐Ÿ›  Fixed :GoErrCheck not showing PASS message if the command was successful
    • ๐Ÿ›  Fixed :GoErrCheck not executing in the directory of the currently edited file
    • Close quickfix window after a successful second round of :GoInstall
    • ๐Ÿ›  Fix passing files rather than packages to certain oracle commands.
    • Escape files passed to oracle command. This could lead to some serious things.
    • Clear g:go_oracle_scope when the scope was reseted. Previously it was set to empty string, which was causing false positives.
    • Correct various misspellings.