-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from lukas-reineke/develop
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
|
||
Author: Lukas Reineke <[email protected]> | ||
Version: 1.3.5 | ||
Version: 1.3.6 | ||
|
||
============================================================================== | ||
CONTENTS *cmp-rg* | ||
|
@@ -20,7 +20,7 @@ pattern *cmp-rg-pattern* | |
|
||
The pattern to search for matches with ripgrep. | ||
|
||
Default: "[a-zA-Z_-]+" ~ | ||
Default: "[\w_-]+" ~ | ||
|
||
------------------------------------------------------------------------------ | ||
additional_arguments *cmp-rg-additional_arguments* | ||
|
@@ -114,6 +114,9 @@ debug *cmp-rg-debug* | |
============================================================================== | ||
3. CHANGELOG *cmp-rg-changelog* | ||
|
||
1.3.6 | ||
* Change default pattern to fix `--smart-case` | ||
|
||
1.3.5 | ||
* Update documentation | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters