comparison runtime/tutor/tutor.utf-8 @ 22958:e7c125224b1a

Update runtime files Commit: https://github.com/vim/vim/commit/4466ad6baa22485abb1147aca3340cced4778a66 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 21 13:16:30 2020 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 21 Nov 2020 13:30:04 +0100
parents d4c7b3e9cd17
children e69e7133c9cf
comparison
equal deleted inserted replaced
22957:80212aa40750 22958:e7c125224b1a
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 Doubling to operate on a line also works for operators mentioned below.
323 323
324 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 324 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
325 Lesson 2.7: THE UNDO COMMAND 325 Lesson 2.7: THE UNDO COMMAND
326 326
327 327
431 431
432 ---> 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.
433 ---> 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.
434 434
435 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.
436 cc does the same for the whole line 436 cc does the same for the whole line.
437 437
438 438
439 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 439 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
440 Lesson 3.4: MORE CHANGES USING c 440 Lesson 3.4: MORE CHANGES USING c
441 441
802 802
803 ---> a) this is the first item. 803 ---> a) this is the first item.
804 b) 804 b)
805 805
806 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 807 yy yanks the whole line, then p puts that line.
808 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 808 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
809 Lesson 6.5: SET OPTION 809 Lesson 6.5: SET OPTION
810 810
811 811
812 ** Set an option so a search or substitute ignores case ** 812 ** Set an option so a search or substitute ignores case **