about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2011-08-24 00:23:27 +0000
committerMarco Peereboom <marco@conformal.com>2011-08-24 00:23:27 +0000
commitfd5fa684ca427f1b48acfcf4ba12bfda95db594d (patch)
tree26e55871b0beec2566d186bfee2a6090592e3714
parentfce2e9757a98aa0d2600437f05e7e1cd92569f93 (diff)
downloadxombrero-fd5fa684ca427f1b48acfcf4ba12bfda95db594d.tar.gz
in order to allow abort i had to simplify [`'] to [']. if we care we
can add it [`] back in as a seperate regex.
-rw-r--r--xxxterm.14
1 files changed, 2 insertions, 2 deletions
diff --git a/xxxterm.1 b/xxxterm.1
index 6c6609d..edb6ec7 100644
--- a/xxxterm.1
+++ b/xxxterm.1
@@ -552,7 +552,7 @@ Note that if a character is used as a shortcut it will not be interpreted
 as the beginning of a buffer command. This is the case with
 .Cm 0 .
 .Pp
-.Bl -tag -width "[`'][a-zA-Z0-9]XXX" -offset indent -compact
+.Bl -tag -width "['][a-zA-Z0-9]XXX" -offset indent -compact
 .It Cm gg
 go to the top of the page
 .It Cm gG
@@ -576,7 +576,7 @@ set a mark denoted by
 .Cm arg
 at the current page position. These marks behave like those in vi or
 less.
-.It Cm [`'][a-zA-Z0-9]
+.It Cm ['][a-zA-Z0-9]
 go to the position where mark
 .Cm arg
 was set