summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2018-07-31 15:58:07 +0100
committerMaxime Coste <mawww@kakoune.org>2018-07-31 15:58:35 +0100
commitdabceaf05bfe7acc9ff7e2d02c0e1d0f4b6d4557 (patch)
tree30b17e6b5a6895ab1ff0883254d441fe8cc24b3d /contrib
parent3b77398c5b0cfc5b9327620fe725dcbd2ea861f2 (diff)
Fix reference to perl regex syntax, Kakoune's is based on ECMAScript
Fixes #2271
Diffstat (limited to 'contrib')
-rw-r--r--contrib/TRAMPOLINE2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/TRAMPOLINE b/contrib/TRAMPOLINE
index c24d79b9..d8bbe789 100644
--- a/contrib/TRAMPOLINE
+++ b/contrib/TRAMPOLINE
@@ -102,7 +102,7 @@ using the built-in `:doc` command.
this behavior is only a preview, exiting prompt mode with
the `<esc>` (escape) key will leave the current position
.---, of the cursor unchanged. Note that you can also use a
- | n | Perl regular expression as input. By default the search
+ | n | regular expression as input. By default the search
`---' function will look for results forward, starting from
the current location of the cursor, but you can search
.---, .---, backwards using `<a-/>` (alt + `/`).