Releases: sirbrillig/vim-grepdef
Releases · sirbrillig/vim-grepdef
v2.2.0
v2.1.0
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
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
Initial release