|
1 | | -*change.txt* For Vim version 9.1. Last change: 2025 Jul 15 |
| 1 | +*change.txt* For Vim version 9.1. Last change: 2025 Aug 06 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -34,13 +34,13 @@ For inserting text see |insert.txt|. |
34 | 34 | The <Del> key does not take a [count]. Instead, it |
35 | 35 | deletes the last character of the count. |
36 | 36 | See |:fixdel| if the <Del> key does not do what you |
37 | | - want. See |'whichwrap'| for deleting a line break |
| 37 | + want. See 'whichwrap' for deleting a line break |
38 | 38 | (join lines). |
39 | 39 |
|
40 | 40 | *X* *dh* |
41 | 41 | ["x]X Delete [count] characters before the cursor [into |
42 | 42 | register x] (not |linewise|). Does the same as "dh". |
43 | | - Also see |'whichwrap'|. |
| 43 | + Also see 'whichwrap'. |
44 | 44 |
|
45 | 45 | *d* |
46 | 46 | ["x]d{motion} Delete text that {motion} moves over [into register |
@@ -609,11 +609,11 @@ comment (starting with '"') after the `:!` command. |
609 | 609 | ={motion} Filter {motion} lines through the external program |
610 | 610 | given with the 'equalprg' option. When the 'equalprg' |
611 | 611 | option is empty (this is the default), use the |
612 | | - internal formatting function |C-indenting| and |
613 | | - |'lisp'|. But when 'indentexpr' is not empty, it will |
614 | | - be used instead |indent-expression|. When Vim was |
615 | | - compiled without internal formatting then the "indent" |
616 | | - program is used as a last resort. |
| 612 | + internal formatting function |C-indenting| and 'lisp'. |
| 613 | + But when 'indentexpr' is not empty, it will be used |
| 614 | + instead |indent-expression|. When Vim was compiled |
| 615 | + without internal formatting then the "indent" program |
| 616 | + is used as a last resort. |
617 | 617 |
|
618 | 618 | *==* |
619 | 619 | == Filter [count] lines like with ={motion}. |
|
0 commit comments