From 5ba4da99e35a7bedca864f81f729fa8b88d79264 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 10 Dec 2019 21:14:03 +1100 Subject: [PATCH] Tweak mark documentation --- doc/pages/registers.asciidoc | 27 ++++++++++----------------- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/doc/pages/registers.asciidoc b/doc/pages/registers.asciidoc index db4b46fe..a736f18e 100644 --- a/doc/pages/registers.asciidoc +++ b/doc/pages/registers.asciidoc @@ -92,24 +92,17 @@ spans, in a format similar to `%val{selections_desc}` (see <@@
+------------------------------------------ -...where: +with: -/path/to/file:: - represents the filesystem path of the file where the selections were saved, - like `%val{buffile}`. +*buffer name*:: + `%val{buffile}` of the buffer selections relate to -123:: - represents the value of `%val{timestamp}` when the selections were saved, - so the selections can still be restored after the buffer has been modified, - or modifications undone. +*timestamp*:: + `%val{timestamp}` at which the selection apply to -456:: - indicates which was the main selection, when the selections were saved - (zero-based). - -You can examine the content of a mark register by using `` to paste it, -so you can see all its items, not limited to the current number of selections. +*main sel index*:: + 0-based index of the main selection