From 363285cfbfafea16bc04bbac1293fbd432098b31 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 19 May 2018 12:54:21 -0700 Subject: [PATCH] README: specifically mention that /s is specific to this plugin [skip ci] From: https://github.com/jlu5/SupyPlugins/commit/5e6c9349fa850150d6e475a3d34cc4e7e4487ed3 --- plugins/SedRegex/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/SedRegex/README.md b/plugins/SedRegex/README.md index 62b423db9..d0eebd587 100644 --- a/plugins/SedRegex/README.md +++ b/plugins/SedRegex/README.md @@ -22,4 +22,4 @@ The following regex flags (i.e. the `g` in `s/abc/def/g`, etc.) are supported: - `i`: case insensitive replacement - `g`: replace all occurences of the original text -- `s`: replace only messages from the caller +- `s`: *(custom flag specific to this plugin)* replace only messages from the caller