]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(tutor): fix typo in Chapter 2
authorAntonio Giovanni Colombo <azc100@gmail.com>
Tue, 3 Dec 2024 20:10:43 +0000 (21:10 +0100)
committerChristian Brabandt <cb@256bit.org>
Tue, 3 Dec 2024 20:10:43 +0000 (21:10 +0100)
Signed-off-by: Antonio Giovanni Colombo <azc100@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/tutor/tutor2
runtime/tutor/tutor2.utf-8

index b189676cfb3d2c68ab8b324e20e1a4921b8a2e3e..a3a499eb6d1b36b0967198e67eae2794369c4ca1 100644 (file)
@@ -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<C-r>=1091-945<enter>   first
 
   1. Move the cursor to the line below marked --->
index b189676cfb3d2c68ab8b324e20e1a4921b8a2e3e..a3a499eb6d1b36b0967198e67eae2794369c4ca1 100644 (file)
@@ -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<C-r>=1091-945<enter>   first
 
   1. Move the cursor to the line below marked --->