From: Antonio Giovanni Colombo Date: Tue, 3 Dec 2024 20:10:43 +0000 (+0100) Subject: runtime(tutor): fix typo in Chapter 2 X-Git-Tag: v9.1.0903~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e359b98f212a2ef080a99661a70fe094394d72a;p=thirdparty%2Fvim.git runtime(tutor): fix typo in Chapter 2 Signed-off-by: Antonio Giovanni Colombo Signed-off-by: Christian Brabandt --- diff --git a/runtime/tutor/tutor2 b/runtime/tutor/tutor2 index b189676cfb..a3a499eb6d 100644 --- a/runtime/tutor/tutor2 +++ b/runtime/tutor/tutor2 @@ -117,7 +117,7 @@ REFERENCE: Numbered Registers :h quote0 NOTE: a common conundrum when coding is moving around large chunks of code. The following technique helps avoid number line calculations associated - with operatins like "a147d or :945,1091d a or even worse using + with operations like "a147d or :945,1091d a or even worse using i=1091-945 first 1. Move the cursor to the line below marked ---> diff --git a/runtime/tutor/tutor2.utf-8 b/runtime/tutor/tutor2.utf-8 index b189676cfb..a3a499eb6d 100644 --- a/runtime/tutor/tutor2.utf-8 +++ b/runtime/tutor/tutor2.utf-8 @@ -117,7 +117,7 @@ REFERENCE: Numbered Registers :h quote0 NOTE: a common conundrum when coding is moving around large chunks of code. The following technique helps avoid number line calculations associated - with operatins like "a147d or :945,1091d a or even worse using + with operations like "a147d or :945,1091d a or even worse using i=1091-945 first 1. Move the cursor to the line below marked --->