Skip to content

Commit

Permalink
Version 1.3.5
Browse files Browse the repository at this point in the history
* Update documentation
  • Loading branch information
lukas-reineke committed Dec 3, 2021
1 parent 5cfabf1 commit f61a05e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 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,13 +31,15 @@ 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" } }
<

Expand Down Expand Up @@ -112,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 f61a05e

Please sign in to comment.