The grep regex type is no longer passed to git grep
unless it is configured to do so
in the lua configuration. This makes the plugin use the same regex type as your git
configuration by default. See the README for more details.
If you suddenly no longer have extended regexes and do not want to change your
git configuration, configure regex = 'extended'
in your neovim lua configuration to
get the original behavior.
Fixes
- Typofix from the
v1.0.1
update. (#2)
Fixes
- The
--no-color
option is now passed togit grep
to guard against users having[ui] color = always
configured in their~/.gitconfig
. (#1)
Initial Release
-
Telescope-Git-Grep is feature complete.
-
The
git_grep.grep()
andgit_grep.live_git()
functions are the main entry points into this plugin.