Skip to content

Releases: sirbrillig/vim-grepdef

v2.2.0

20 Aug 21:53
2067f90
Compare
Choose a tag to compare

Changelog

  • Always add the :GrepDef command, even for unsupported filetypes (#1).

v2.1.0

15 Aug 22:30
Compare
Choose a tag to compare

Changelog

  • Adds better "no results" handling and will now show an error message instead of an empty quickfix window.
  • Adds better error handling and will nwo show an error message instead of the error in the quickfix window.
  • If the GrepDef command is run with --type included, we will not longer try to add the type.

v2.0.0

14 Aug 22:37
Compare
Choose a tag to compare

Changelog

  • Adds the --line-number option required by grepdef v2 and supports both v1 and v2.
  • Adds the g:grepdef_path option to customize the grepdef executable path.

v1.0.0

14 Aug 00:54
Compare
Choose a tag to compare

Initial release