diff --git a/doc/cmp-rg.txt b/doc/cmp-rg.txt index 267d216..5f3b206 100644 --- a/doc/cmp-rg.txt +++ b/doc/cmp-rg.txt @@ -2,7 +2,7 @@ Author: Lukas Reineke -Version: 1.3.4 +Version: 1.3.5 ============================================================================== CONTENTS *cmp-rg* @@ -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" } } < @@ -112,6 +114,9 @@ debug *cmp-rg-debug* ============================================================================== 3. CHANGELOG *cmp-rg-changelog* +1.3.5 + * Update documentation + 1.3.4 * ignore byte results