| /vim-8.2.3635/src/testdir/ |
| H A D | test_wordcount.vim | 69 " Visual map to capture wordcount() in visual mode 72 " Test 9: visual mode, complete buffer 76 " start visual mode and select the complete buffer 82 " Test 10: visual mode (empty) 85 " start visual mode and select the complete buffer 91 " Test 11: visual mode, single line 94 " start visual mode and select the complete buffer
|
| H A D | test_visual.vim | 88 " Test for visual block shift and tab characters. 333 " Extend visual area in opposite direction. 372 " Extend visual area in opposite direction. 425 " Extend visual area in opposite direction. 475 " Test for 'p'ut in visual block mode 623 " characterwise visual mode: replace last line 629 " characterwise visual mode: delete middle line 642 " characterwise visual mode: delete last line 654 " characterwise visual mode: use a count with the visual mode from the last 730 " Tests for the visual block mode commands [all …]
|
| H A D | test_blockedit.vim | 42 " Test 3 Move 3 chars left (outside of the visual selection) 61 " Test 3 Move 3 chars left (to the beginning of the visual selection) 66 " Test 4 Move 3 chars left (outside of the visual selection) 71 " Test 5 Move 4 chars left (outside of the visual selection)
|
| H A D | test_textobjects.vim | 71 " make sure to end visual mode to have a clear state 396 " aw in visual mode 411 " aw in visual line mode switches to characterwise mode 468 " when used in visual mode, is made characterwise 519 " extend visual selection from one quote to the next 525 " try to extend visual selection from one quote to a non-existing quote 531 " try to extend visual selection from one quote to a next partial quote 537 " select a quote backwards in visual mode 543 " select a quote backwards in visual mode from outside the quote
|
| H A D | test_increment.vim | 599 " Tab code and linewise-visual inc/dec 612 " Tab code and linewise-visual inc/dec with 'nrformats'+=alpha 626 " Tab code and character-visual inc/dec 639 " Tab code and blockwise-visual inc/dec 652 " Tab code and blockwise-visual decrement with 'linebreak' and 'showbreak' 663 " Tab code and blockwise-visual increment with $ 671 " Tab code and blockwise-visual increment and redo 683 " Tab code, spaces and character-visual increment and redo 691 " Tab code, spaces and blockwise-visual increment and redo
|
| H A D | test_termcodes.vim | 61 " Right click extends top left of visual area. 65 " Right click extends bottom right of visual area. 70 " Right click shrinks top left of visual area. 74 " Right click shrinks bottom right of visual area. 904 " Quadruple-click should start visual block select. 993 " blockwise visual mode. 1152 " Test for using mouse in visual mode 1173 " Pressing right click in visual mode should change the visual selection 1175 " Right click after the visual selection 1183 " Right click before the visual selection [all …]
|
| H A D | test_selectmode.vim | 86 " CTRL-O in select mode switches to visual mode for one command 136 " Test for using visual mode maps in select mode 152 " reselect the select mode using gv from a visual mode map 232 " Quadruple-click should start visual block 'select'.
|
| H A D | test_ex_mode.vim | 13 \ .. "visual\<CR>", 'tx') 21 call feedkeys("visual\<CR>", 'tx') 124 " Test for :g/pat/visual to run vi commands in Ex mode 129 call feedkeys("Q\<bs>g/bar/visual\<CR>$rxQ$ryQvisual\<CR>j", "xt")
|
| H A D | test_gn.vim | 56 " using visual mode 159 " Without 'wrapscan', in visual mode, running gn without a match should fail 160 " but the visual mode should be kept.
|
| H A D | test_cursor_func.vim | 145 " Save the visual start character position 181 " Test for the visual start column 286 " Test for the visual start column
|
| H A D | test_mapping.vim | 919 " visual mode 922 " shouldn't leave the visual mode 927 " visual mapping in select mode 1015 " text object enters visual mode 1149 " Test for <Cmd> mapping in visual mode 1159 " can invoke an operator, ending the visual mode 1165 " error doesn't interrupt visual mode 1199 " visual mapping in select mode restarts select mode after operator 1211 " error doesn't interrupt temporary visual mode 1293 " Note when entering visual mode from InsertEnter autocmd, an async event,
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | visual.txt | 14 1. Using Visual mode |visual-use| 19 6. Repeating |visual-repeat| 20 7. Examples |visual-examples| 26 1. Using Visual mode *visual-use* 51 *visual-block* 61 *v* *characterwise-visual* 74 *V* *linewise-visual* 82 *CTRL-V* *blockwise-visual* 362 6. Repeating *visual-repeat* 377 7. Examples *visual-examples* [all …]
|
| H A D | arabic.txt | 28 character has a different visual form based on its relative location 155 5. enable arabicshape mode (do visual character alterations) 256 To activate the required visual characters alterations (shaping, 319 In general, don't anticipate to see correct visual 322 characters). The problem noted is strictly a visual
|
| H A D | tags | 5577 blockwise-visual visual.txt /*blockwise-visual* 7749 linewise-visual visual.txt /*linewise-visual* 10320 visual-block visual.txt /*visual-block* 10321 visual-change visual.txt /*visual-change* 10322 visual-examples visual.txt /*visual-examples* 10324 visual-mode visual.txt /*visual-mode* 10326 visual-repeat visual.txt /*visual-repeat* 10327 visual-search visual.txt /*visual-search* 10328 visual-start visual.txt /*visual-start* 10329 visual-use visual.txt /*visual-use* [all …]
|
| H A D | quickref.txt | 341 |v_d| {visual}d delete the highlighted text 345 |v_J| {visual}J join the highlighted lines 347 |v_gJ| {visual}gJ like "{visual}J", but without inserting spaces 373 |v_b_r| {visual}r{char} 379 |v_c| {visual}c change the highlighted text 391 |v_u| {visual}u make highlighted text lowercase 392 |v_U| {visual}U make highlighted text uppercase 427 |v_!| {visual}!{command}<CR> 434 |v_=| {visual}= 449 |visual-index| list of Visual mode commands. [all …]
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | ocaml.vim | 228 " file (if any). If Vim is in visual mode, <mode> should be "visual" and the 235 " argument depending on the current mode (visual or not). 260 " - lists are handled, even on multiple lines, you don't need the visual mode 529 "In: the current mode (eg. "visual", "normal", etc.) 532 if a:mode == "visual" 569 "In: the current mode (eg. "visual", "normal", etc.) 590 "In: the current mode (eg. "visual", "normal", etc.) 638 xnoremap <silent> <Plug>OCamlPrintType :<C-U>call Ocaml_print_type("visual")<CR>`<
|
| H A D | mf.vim | 33 function! s:move_around(count, what, flags, visual) argument 34 if a:visual
|
| H A D | mp.vim | 42 function! s:move_around(count, what, flags, visual) argument 43 if a:visual
|
| H A D | context.vim | 52 function! s:move_around(count, what, flags, visual) argument 53 if a:visual
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | tmux.vim | 90 \ user-keys visual-activity visual-bell visual-silence window-active-style
|
| H A D | xpm.vim | 61 " now get color, first try 'c' key if any (color visual) 70 " finally try 'm' key (mono visual)
|
| H A D | xpm2.vim | 68 " now get color, first try 'c' key if any (color visual) 77 " finally try 'm' key (mono visual)
|
| /vim-8.2.3635/nsis/lang/ |
| H A D | tradchinese.nsi | 274 "Right: popup menu, Left: visual mode (Default)" 278 "Right: extends selection, Left: visual mode (Unix)"
|
| H A D | english.nsi | 276 "Right: popup menu, Left: visual mode (Default)" 280 "Right: extends selection, Left: visual mode (Unix)"
|
| H A D | dutch.nsi | 277 "Right: popup menu, Left: visual mode (Default)" 281 "Right: extends selection, Left: visual mode (Unix)"
|