From 4521099ebb159ec5fcc2f2973b15fb592a221aea Mon Sep 17 00:00:00 2001 From: Jan-Jaap Korpershoek Date: Fri, 1 Feb 2019 16:36:57 +0100 Subject: [PATCH] Add explanation of count for s and S commands --- doc/pages/keys.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/pages/keys.asciidoc b/doc/pages/keys.asciidoc index f37e049c..be853559 100644 --- a/doc/pages/keys.asciidoc +++ b/doc/pages/keys.asciidoc @@ -540,9 +540,11 @@ to skim through the jump list using: *s*:: create a selection for each match of the given regex + (selects the count capture if it is given) *S*:: split selections with the given regex + (selects the count capture if it is given) **:: split selections on line boundaries