comparison runtime/tutor/tutor @ 22171:d4c7b3e9cd17

Update runtime files. Commit: https://github.com/vim/vim/commit/1c6737b20a5cf71751b180461cea22fc76d8870c Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 7 22:18:52 2020 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Mon, 07 Sep 2020 22:30:04 +0200
parents 1908e92b02fd
children e7c125224b1a
comparison
equal deleted inserted replaced
22170:ac11f9fee87a 22171:d4c7b3e9cd17
317 ---> 4) I have a car, 317 ---> 4) I have a car,
318 ---> 5) Clocks tell time, 318 ---> 5) Clocks tell time,
319 ---> 6) Sugar is sweet 319 ---> 6) Sugar is sweet
320 ---> 7) And so are you. 320 ---> 7) And so are you.
321 321
322 Doubling to operate on a line also works for operators mentioned below
322 323
323 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 324 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
324 Lesson 2.7: THE UNDO COMMAND 325 Lesson 2.7: THE UNDO COMMAND
325 326
326 327
430 431
431 ---> This lubw has a few wptfd that mrrf changing usf the change operator. 432 ---> This lubw has a few wptfd that mrrf changing usf the change operator.
432 ---> This line has a few words that need changing using the change operator. 433 ---> This line has a few words that need changing using the change operator.
433 434
434 Notice that ce deletes the word and places you in Insert mode. 435 Notice that ce deletes the word and places you in Insert mode.
435 436 cc does the same for the whole line
436 437
437 438
438 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 439 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
439 Lesson 3.4: MORE CHANGES USING c 440 Lesson 3.4: MORE CHANGES USING c
440 441
800 the next line with j$ and put the text there with p . 801 the next line with j$ and put the text there with p .
801 802
802 ---> a) this is the first item. 803 ---> a) this is the first item.
803 b) 804 b)
804 805
805 NOTE: You can also use y as an operator; yw yanks one word. 806 NOTE: You can also use y as an operator: yw yanks one word,
807 yy yanks the whole line, then p puts that line
806 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 808 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
807 Lesson 6.5: SET OPTION 809 Lesson 6.5: SET OPTION
808 810
809 811
810 ** Set an option so a search or substitute ignores case ** 812 ** Set an option so a search or substitute ignores case **