|
1 |
| -*quickref.txt* For Vim version 9.1. Last change: 2025 Jun 27 |
| 1 | +*quickref.txt* For Vim version 9.1. Last change: 2025 Jun 28 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -646,7 +646,7 @@ Short explanation of each option: *option-list*
|
646 | 646 | 'cinscopedecls' 'cinsd' words that are recognized by 'cino-g'
|
647 | 647 | 'cinwords' 'cinw' words where 'si' and 'cin' add an indent
|
648 | 648 | 'clipboard' 'cb' use the clipboard as the unnamed register
|
649 |
| -'clipmethod' 'cpm' specify order of what clipboard methods to use |
| 649 | +'clipmethod' 'cpm' specify order of what clipboard methods to use |
650 | 650 | 'cmdheight' 'ch' number of lines to use for the command-line
|
651 | 651 | 'cmdwinheight' 'cwh' height of the command-line window
|
652 | 652 | 'colorcolumn' 'cc' columns to highlight
|
@@ -1019,9 +1019,9 @@ Short explanation of each option: *option-list*
|
1019 | 1019 | 'winminwidth' 'wmw' minimal number of columns for any window
|
1020 | 1020 | 'winptydll' name of the winpty dynamic library
|
1021 | 1021 | 'winwidth' 'wiw' minimal number of columns for current window
|
1022 |
| -'wlseat' 'wse' the wayland seat to use |
1023 |
| -'wlsteal' 'wst' allow focus stealing functionality for wayland |
1024 |
| -'wltimeoutlen' 'wtm' timeout to use when polling in wayland |
| 1022 | +'wlseat' 'wse' the Wayland seat to use |
| 1023 | +'wlsteal' 'wst' allow focus stealing functionality for Wayland |
| 1024 | +'wltimeoutlen' 'wtm' timeout to use when polling in Wayland |
1025 | 1025 | 'wrap' long lines wrap and continue on the next line
|
1026 | 1026 | 'wrapmargin' 'wm' chars from the right where wrapping starts
|
1027 | 1027 | 'wrapscan' 'ws' searches wrap around the end of the file
|
|
0 commit comments