0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

runtime(tutor): fix typo in Chapter 2

Signed-off-by: Antonio Giovanni Colombo <azc100@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Antonio Giovanni Colombo 2024-12-03 21:10:43 +01:00 committed by Christian Brabandt
parent 876de275cb
commit 2e359b98f2
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ REFERENCE: Numbered Registers :h quote0
NOTE: a common conundrum when coding is moving around large chunks of code. NOTE: a common conundrum when coding is moving around large chunks of code.
The following technique helps avoid number line calculations associated 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 i<C-r>=1091-945<enter> first
1. Move the cursor to the line below marked ---> 1. Move the cursor to the line below marked --->

View File

@ -117,7 +117,7 @@ REFERENCE: Numbered Registers :h quote0
NOTE: a common conundrum when coding is moving around large chunks of code. NOTE: a common conundrum when coding is moving around large chunks of code.
The following technique helps avoid number line calculations associated 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 i<C-r>=1091-945<enter> first
1. Move the cursor to the line below marked ---> 1. Move the cursor to the line below marked --->