Home
last modified time | relevance | path

Searched refs:linewise (Results 1 – 25 of 26) sorted by relevance

12

/vim-8.2.3635/runtime/doc/
H A Dmotion.txt75 *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 Dvisual.txt74 *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 Dchange.txt31 [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 Dindex.txt362 |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 Dpattern.txt33 |linewise|.
50 down |linewise|.
H A Dquickref.txt452 |V| V start highlighting linewise } operator to affect
457 |v_V| V highlight linewise or stop highlighting
H A Dtags6336 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 Drepeat.txt169 at the beginning of a line in a linewise register,
H A Dterm.txt960 an #if/#else/#endif block, the selection becomes linewise.
H A Dtodo.txt3651 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 Dversion6.txt1075 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 Dmap.txt957 "line" {motion} was |linewise|
H A Dinsert.txt163 |<MiddleMouse>|. When the register is linewise this will
H A Dversion5.txt1460 '< 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 Deval.txt6242 "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 Dversion7.txt11656 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 Doptions.txt2155 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 Dpi_netrw.txt3297 V (|linewise-visual|) when using thin style.
/vim-8.2.3635/src/testdir/
H A Dtest_selectmode.vim97 " 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 Dtest_increment.vim599 " Tab code and linewise-visual inc/dec
612 " Tab code and linewise-visual inc/dec with 'nrformats'+=alpha
H A Dtest_visual.vim1084 " Test for starting linewise visual with a count.
H A Dtest_mapping.vim388 " 3) forced linewise operation
/vim-8.2.3635/src/
H A Dquickfix.c5362 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 Dmswin.vim43 " Pasting blockwise and linewise selections is not possible in Insert and
/vim-8.2.3635/runtime/syntax/
H A Dapache.vim9 " make it really linewise?

12