comparison runtime/doc/usr_04.txt @ 24024:ef454a7f485d

Update runtime files. Commit: https://github.com/vim/vim/commit/9faec4e3d439968e21ad74e917aebb289df8f849 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 27 16:38:07 2021 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Feb 2021 16:45:04 +0100
parents 1b345fb68ae3
children f8116058ca76
comparison
equal deleted inserted replaced
24023:9b4821b59aa8 24024:ef454a7f485d
1 *usr_04.txt* For Vim version 8.2. Last change: 2019 Nov 21 1 *usr_04.txt* For Vim version 8.2. Last change: 2021 Feb 22
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 Making small changes 5 Making small changes
6 6
462 twelve others. The "R" command automatically extends the line if it runs out 462 twelve others. The "R" command automatically extends the line if it runs out
463 of characters to replace. It will not continue on the next line. 463 of characters to replace. It will not continue on the next line.
464 464
465 You can switch between Insert mode and Replace mode with the <Insert> key. 465 You can switch between Insert mode and Replace mode with the <Insert> key.
466 466
467 When you use <BS> (backspace) to make correction, you will notice that the 467 When you use <BS> (backspace) to make a correction, you will notice that the
468 old text is put back. Thus it works like an undo command for the last typed 468 old text is put back. Thus it works like an undo command for the previously
469 character. 469 typed character.
470 470
471 ============================================================================== 471 ==============================================================================
472 *04.10* Conclusion 472 *04.10* Conclusion
473 473
474 The operators, movement commands and text objects give you the possibility to 474 The operators, movement commands and text objects give you the possibility to