Skip to content

Commit

Permalink
Merge pull request #26 from lukas-reineke/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-reineke authored Dec 3, 2021
2 parents e486700 + f61a05e commit 7a95aa7
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions doc/cmp-rg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


Author: Lukas Reineke <[email protected]>
Version: 1.3.4
Version: 1.3.5

==============================================================================
CONTENTS *cmp-rg*
Expand Down Expand Up @@ -31,8 +31,17 @@ additional_arguments *cmp-rg-additional_arguments*

Example: >
{ name = 'rg', option = { additional_arguments = "--ignore-case" } }
{ name = 'rg', option = { additional_arguments = "--smart-case" } }
<
Search in hidden files (starting with a `.`): >
{ name = 'rg', option = { additional_arguments = "--hidden" } }
<

Reduce the level of recursion into directories: >
{ name = 'rg', option = { additional_arguments = "--max-depth 4" } }
<

------------------------------------------------------------------------------
cwd *cmp-rg-cwd*
Expand Down Expand Up @@ -105,6 +114,9 @@ debug *cmp-rg-debug*
==============================================================================
3. CHANGELOG *cmp-rg-changelog*

1.3.5
* Update documentation

1.3.4
* ignore byte results

Expand Down

0 comments on commit 7a95aa7

Please sign in to comment.