From e0193f23db15d411557624b6642e65c4ddbf14c8 Mon Sep 17 00:00:00 2001 From: Frank LENORMAND Date: Tue, 21 Jul 2020 17:36:45 +0300 Subject: [PATCH] doc faq: Fix the prose --- doc/pages/faq.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/pages/faq.asciidoc b/doc/pages/faq.asciidoc index 956bec57..8fff155c 100644 --- a/doc/pages/faq.asciidoc +++ b/doc/pages/faq.asciidoc @@ -286,7 +286,7 @@ You can instruct the regex engine to stop matching newline characters with === Why does `a` extend the current selection, but `i` leaves it untouched? Selections are ranges of characters whose delimiters are an "anchor" and -a "cursor", and inserting characters is always done before the anchor in +a "cursor", and inserting characters is always done before the cursor in insert mode. Consequently, using the append primitive (`a`) nudges the cursor forward to