|
3 | 3 | helpname: 'builtin'
|
4 | 4 | ---
|
5 | 5 | <div id='vimCodeElement'>
|
6 |
| -<a class="Constant" href="builtin.html" name="builtin.txt">builtin.txt</a> For <span class="Identifier">Vim version 9.1.</span> Last change: 2024 May 24<br> |
| 6 | +<a class="Constant" href="builtin.html" name="builtin.txt">builtin.txt</a> For <span class="Identifier">Vim version 9.1.</span> Last change: 2024 May 25<br> |
7 | 7 | <br>
|
8 | 8 | <br>
|
9 | 9 | <span class="Identifier">VIM REFERENCE MANUAL by Bram Moolenaar</span><br>
|
|
4293 | 4293 | The optional argument <span class="Special">{opts}</span> is a Dict and supports the<br>
|
4294 | 4294 | following items:<br>
|
4295 | 4295 | <br>
|
4296 |
| - type Specify the region's selection type<br> |
4297 |
| - (default: "v"):<br> |
4298 |
| - "v" for <a class="Identifier" href="motion.html#characterwise">characterwise</a> mode<br> |
4299 |
| - "V" for <a class="Identifier" href="motion.html#linewise">linewise</a> mode<br> |
4300 |
| - "<span class="Special"><CTRL-V></span>" for <a class="Identifier" href="visual.html#blockwise-visual">blockwise-visual</a> mode<br> |
| 4296 | + type Specify the region's selection type.<br> |
| 4297 | + See <a class="Identifier" href="builtin.html#getregtype()">getregtype()</a> for possible values,<br> |
| 4298 | + except that the width can be omitted<br> |
| 4299 | + and an empty string cannot be used.<br> |
| 4300 | + (default: "v")<br> |
4301 | 4301 | <br>
|
4302 | 4302 | exclusive If <a class="Identifier" href="eval.html#TRUE">TRUE</a>, use exclusive selection<br>
|
4303 |
| - for the end position<br> |
| 4303 | + for the end position.<br> |
4304 | 4304 | (default: follow <a class="Type" href="options.html#'selection'">'selection'</a>)<br>
|
4305 | 4305 | <br>
|
4306 | 4306 | You can get the last selection type by <a class="Identifier" href="builtin.html#visualmode()">visualmode()</a>.<br>
|
|
0 commit comments