| /vim-8.2.3635/runtime/doc/ |
| H A D | motion.txt | 75 *linewise* *characterwise* 93 *exclusive-linewise* 141 linewise. If the motion was linewise, it will become 301 CTRL-P [count] lines upward |linewise|. 307 CTRL-N [count] lines downward |linewise|. 312 an operator, because it's not linewise. 317 an operator, because it's not linewise. 321 character |linewise|. 326 character |linewise|. 330 character |linewise|. [all …]
|
| H A D | visual.txt | 74 *V* *linewise-visual* 75 [count]V Start Visual mode linewise. 91 "CTRL-V" in blockwise Visual mode or "V" in linewise Visual mode. If you hit 98 Normal Visual blockwise Visual linewise Visual 99 Visual Normal blockwise Visual linewise Visual 100 blockwise Visual Visual Normal linewise Visual 101 linewise Visual Visual blockwise Visual Normal 493 When using an operator in Select mode, and the selection is linewise, the 531 gH Start Select mode, linewise. This is like "V",
|
| H A D | change.txt | 31 [into register x] (not |linewise|). Does the same as 41 register x] (not |linewise|). Does the same as "dh". 49 ["x]dd Delete [count] lines [into register x] |linewise|. 55 (not |linewise|) 190 insert |linewise|. If 'autoindent' is on, preserve 196 start insert. Synonym for c$ (not |linewise|). 201 (not |linewise|). 205 insert. Synonym for "cc" |linewise|. 1020 "l" for |linewise| text 1044 yy, |linewise|). If you like "Y" to work from the [all …]
|
| H A D | index.txt | 362 |V| V start linewise Visual mode 895 |o_V| V force operator to work linewise 947 |v_V| V make Visual mode linewise or stop Visual
|
| H A D | pattern.txt | 33 |linewise|. 50 down |linewise|.
|
| H A D | quickref.txt | 452 |V| V start highlighting linewise } operator to affect 457 |v_V| V highlight linewise or stop highlighting
|
| H A D | tags | 6336 exclusive-linewise motion.txt /*exclusive-linewise* 7747 linewise motion.txt /*linewise* 7748 linewise-register change.txt /*linewise-register* 7749 linewise-visual visual.txt /*linewise-visual*
|
| H A D | repeat.txt | 169 at the beginning of a line in a linewise register,
|
| H A D | term.txt | 960 an #if/#else/#endif block, the selection becomes linewise.
|
| H A D | todo.txt | 3651 8 '[ and '] should be set to start/end of line when using a linewise operator 4417 linewise (when ending in '\n'), blockwise (when ending in '\001'). reg0, 4418 rega, reg%, etc. Add functions linewise({expr}), blockwise({expr}) and 5275 7 When selecting linewise, using "itext" should insert "text" at the start 6200 - Modifier for the put command: Change to linewise, charwise, blockwise, etc.
|
| H A D | version6.txt | 1075 the operator to work characterwise, linewise or blockwise. |o_v| 2585 offset but didn't make the motion linewise. Made "d/pat/+2" and "dn" do the 3333 doesn't seem right, only do this when in linewise mode. But then do it 4910 "I" in Visual linewise mode adjusts the indent for no apparent 4913 Don't change the indent after inserting in Visual linewise mode. 5770 Problem: col("'>") returns a negative number for linewise selection. (Neil 6490 Problem: When using "P" in Visual mode to put linewise selected text, the 6494 Also fix that "p" of linewise text in Visual block mode doesn't
|
| H A D | map.txt | 957 "line" {motion} was |linewise|
|
| H A D | insert.txt | 163 |<MiddleMouse>|. When the register is linewise this will
|
| H A D | version5.txt | 1460 '< and '> marks were not at the correct position after linewise Visual 1574 When doing a linewise operator, and then an operator with a mouse click, it 1575 was also linewise, instead of characterwise.
|
| H A D | eval.txt | 6242 "V" for |linewise| text 8234 noV Operator-pending (forced linewise |o_V|) 10171 "l" or "V" |linewise| mode 10180 string {value} and linewise mode for list {value}. Blockwise 13089 register will be linewise, otherwise it will be set to
|
| H A D | version7.txt | 11656 Problem: Text from the clipboard is sometimes handled as linewise, but not 11658 Solution: Assume the text is linewise when it ends in a CR or NL. 11696 Problem: Mac OS doesn't have the linewise clipboard fix. 12655 linewise when spanning whole lines. 12656 Solution: Don't make the operator linewise when motion_force was set.
|
| H A D | options.txt | 2155 linewise. If this flag is not present, the register 2156 is not linewise and the last line does not end in a 7343 with a linewise operator, with "%" with a count and to buffer changing
|
| H A D | pi_netrw.txt | 3297 V (|linewise-visual|) when using thin style.
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_selectmode.vim | 97 " Test for linewise select mode 101 " linewise select mode: delete middle line 106 " linewise select mode: delete middle two lines 112 " linewise select mode: delete last line 118 " linewise select mode: delete last two lines
|
| 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
|
| H A D | test_visual.vim | 1084 " Test for starting linewise visual with a count.
|
| H A D | test_mapping.vim | 388 " 3) forced linewise operation
|
| /vim-8.2.3635/src/ |
| H A D | quickfix.c | 5362 if (linewise) in qf_entry_after_pos() 5377 if (linewise) in qf_entry_before_pos() 5392 if (linewise) in qf_entry_on_or_after_pos() 5407 if (linewise) in qf_entry_on_or_before_pos() 5427 int linewise, in qf_find_entry_after_pos() argument 5468 int linewise, in qf_find_entry_before_pos() argument 5484 if (linewise) in qf_find_entry_before_pos() 5501 int linewise, in qf_find_closest_entry() argument 5535 if (linewise) in qf_get_nth_below_entry() 5570 if (linewise) in qf_get_nth_above_entry() [all …]
|
| /vim-8.2.3635/runtime/ |
| H A D | mswin.vim | 43 " Pasting blockwise and linewise selections is not possible in Insert and
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | apache.vim | 9 " make it really linewise?
|