|
1 | | -*change.txt* For Vim version 9.1. Last change: 2025 Oct 12 |
| 1 | +*change.txt* For Vim version 9.1. Last change: 2025 Oct 14 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -1137,12 +1137,12 @@ inside of strings can change! Also see 'softtabstop' option. > |
1137 | 1137 | current line). This always works |linewise|, thus |
1138 | 1138 | this command can be used to put a yanked block as new |
1139 | 1139 | lines. |
1140 | | - If no register is specified, it depends on the 'cb' |
1141 | | - option: If 'cb' contains "unnamedplus", paste from the |
1142 | | - + register |quoteplus|. Otherwise, if 'cb' contains |
1143 | | - "unnamed", paste from the * register |quotestar|. |
1144 | | - Otherwise, paste from the unnamed register |
1145 | | - |quote_quote|. |
| 1140 | + If no register is specified, it depends on the |
| 1141 | + 'clipboard' option: If 'clipboard' contains |
| 1142 | + "unnamedplus", paste from the + register |quoteplus|. |
| 1143 | + Otherwise, if 'clipboard' contains "unnamed", paste |
| 1144 | + from the * register |quotestar|. Otherwise, paste from |
| 1145 | + the unnamed register |quote_quote|. |
1146 | 1146 | The register can also be '=' followed by an optional |
1147 | 1147 | expression. The expression continues until the end of |
1148 | 1148 | the command. You need to escape the '|' and '"' |
|
0 commit comments