Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1005 Bytes

CHANGELOG.md

File metadata and controls

38 lines (22 loc) · 1005 Bytes

Changelog

v1.1.0

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.

v1.0.2

Fixes

  • Typofix from the v1.0.1 update. (#2)

v1.0.1

Fixes

  • The --no-color option is now passed to git grep to guard against users having [ui] color = always configured in their ~/.gitconfig. (#1)

v1.0.0

Initial Release

  • Telescope-Git-Grep is feature complete.

  • The git_grep.grep() and git_grep.live_git() functions are the main entry points into this plugin.