vim-go v1.0.4 Release Notes

Release Date: 2015-04-28 // almost 9 years ago
  • 🔋 FEATURES:

    • ✅ A new :GoTestFunc command (with appropriate mappings) is added. Run tests function which surrounds the current cursor location. Useful to test single tests.
    • Highlight all Go operators. Previously not all operators were highlighted. As previously, to highlight options, enable it with by setting g:go_highlight_operators to 1 in your vimrc.

    👌 IMPROVEMENTS:

    • 👌 Improved certain :GoDoc usages to show a better error message
    • 👌 Improved :GoRename to have a default value for rename input. Avoids retyping similar words.
    • 🔀 Synced with latest Oracle version. callgraph is removed.
    • ✂ Removed our custom referrers mode. New version of oracle now displays the matching lines.

    🐛 BUG FIXES:

    • 🛠 Fixed the internal executeInDir function which was failing when ignorelist was not set properly.
    • 🛠 Fixed trailing slash for package completion with :GoImport
    • 🛠 Fixed paths in error list for Windows users.
    • 🛠 Fixed not showing "import cycle not allowed" error message when called :GoBuild or :GoRun
    • 🛠 Fixed users using vimproc requiring arguments to functions to be escaped.
    • 🛠 Fixed depth for test snippets
    • 🛠 Fixed neosnippet support loading snippet files the second time if necessary.