aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2017-12-12 13:19:29 +0000
committerStephen Blott2017-12-12 13:19:29 +0000
commit544aee2b745307fa39d355ed14644c18de32e813 (patch)
tree36f66db7be61ac09973e7b70debd2dde39794de8
parent820880f4454a38a0314a3744aa4324b484cf2863 (diff)
downloadvimium-544aee2b745307fa39d355ed14644c18de32e813.tar.bz2
Tweak markdown.
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8102f2c7..d4edf839 100644
--- a/README.md
+++ b/README.md
@@ -171,10 +171,12 @@ Release Notes
In `master`, but not yet released:
-- Swap global and local marks; for example:
- - `map X Marks.activateCreateMode swap`, and
- - `map Y Marks.activateGotoMode swap`.
- In a browser, some people find global marks more useful than local marks. (1.62.1)
+- (1.62.1) Swap global and local marks.
+ In a browser, some people find global marks more useful than local marks.
+ Example:
+
+ map X Marks.activateCreateMode swap
+ map Y Marks.activateGotoMode swap
1.62 (2017-12-09)