aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2017-07-28 21:21:53 +0200
committerTollef Fog Heen <tfheen@err.no>2017-07-28 21:21:53 +0200
commitd1c08ec0999377adb3cf1f0f96e42591fd6e4ce8 (patch)
treec325a5b6b8d33d46b951d4530139238232b48d92 /README.md
parentf366157054c5fa96a5874cdcc04ab9c9e002bd42 (diff)
downloadwee-slack-d1c08ec0999377adb3cf1f0f96e42591fd6e4ce8.tar.gz
Add support for editing other messages than just the last one
Similar syntax as for adding reactions: 3s/foo/bar/ Fixes: #153
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4b670fa..d163a66 100644
--- a/README.md
+++ b/README.md
@@ -156,6 +156,11 @@ Modify previous message:
s/old text/new text/
```
+Modify 3rd previous message:
+```
+3s/old text/new text/
+```
+
Replace all instances of text in previous message:
```
s/old text/new text/g