| /vim-8.2.3635/src/ |
| H A D | cmdhist.c | 375 int wrapped = FALSE; in calc_hist_idx() local 387 if (wrapped) in calc_hist_idx() 390 wrapped = TRUE; in calc_hist_idx()
|
| H A D | spell.c | 1290 int wrapped = FALSE; in spell_move_to() local 1357 && !wrapped in spell_move_to() 1375 && (wrapped in spell_move_to() 1438 if (lnum == wp->w_cursor.lnum && wrapped) in spell_move_to() 1453 wrapped = TRUE; in spell_move_to() 1470 wrapped = TRUE; in spell_move_to()
|
| H A D | normal.c | 67 static int normal_search(cmdarg_T *cap, int dir, char_u *pat, int opt, int *wrapped); 4380 int wrapped = FALSE; in nv_next() local 4381 int i = normal_search(cap, 0, NULL, SEARCH_MARK | cap->arg, &wrapped); in nv_next() 4383 if (i == 1 && !wrapped && EQUAL_POS(old, curwin->w_cursor)) in nv_next() 4405 int *wrapped) in normal_search() argument 4418 if (wrapped != NULL) in normal_search() 4419 *wrapped = sia.sa_wrapped; in normal_search()
|
| H A D | popupwin.c | 1119 int wrapped = 0; in popup_adjust_position() local 1336 ++wrapped; in popup_adjust_position() 1379 + wrapped >= maxheight) in popup_adjust_position() 1468 + 1 + wrapped; in popup_adjust_position()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | vue.vim | 12 " We have a collection of html, css and javascript wrapped in
|
| H A D | dune.vim | 25 syn keyword lispKey name public_name synopsis modules libraries wrapped
|
| /vim-8.2.3635/runtime/compiler/ |
| H A D | powershell.vim | 59 " Errors that span multiple lines (may be wrapped to width of terminal).
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | russian.txt | 41 You have to type this command in one line, it is wrapped for the sake of
|
| H A D | intro.txt | 773 The 'showbreak' option contains the string to put in front of wrapped lines. 876 longer lines are wrapped or truncated.
|
| H A D | diff.txt | 160 - 'wrap' is on, some lines will be wrapped and occupy two or more screen
|
| H A D | print.txt | 733 will not have a line number printed for it (in the same way as the wrapped
|
| H A D | quickref.txt | 631 'breakindent' 'bri' wrapped line repeats indent 898 'showbreak' 'sbr' string to use at the start of wrapped lines
|
| H A D | options.txt | 622 when some joker sets 'textwidth' to 5 all your lines are wrapped unexpectedly. 1333 Every wrapped line will continue visually indented (same amount of 1350 shift:{n} After applying 'breakindent', the wrapped line's 2229 'relativenumber' will also be used for text of wrapped 4862 of 'showbreak' is used to put in front of wrapped lines. This option 5568 excluded from 'cpoptions' a wrapped line will not use the column of 5572 When a long, wrapped line doesn't start with the first character, '-' 6106 When the 'n' option is excluded from 'cpoptions' a wrapped 6111 When a long, wrapped line doesn't start with the first character, '-' 6935 String to put at the start of lines that have been wrapped. Useful
|
| H A D | channel.txt | 254 The {expr} is converted to JSON and wrapped in an array. An example of the
|
| H A D | version6.txt | 1507 Added the 'n' flag in 'cpoptions': When omitted text of wrapped lines is not 1509 wrapped lines. 1834 - 'scrolloff' now also applies to a long, wrapped line that doesn't fit in the 6457 Problem: When formatting UTF-8 text it might be wrapped at a space that is 7281 Solution: Add the wrapped lines to the indent. (Yasuhiro Matsumoto) 11817 Problem: GUI: In a single wrapped line that fills the window, "gj" in the 12064 Solution: Add LineWraps[] to remember whether a line wrapped or not. 14304 Solution: Check for zero room for wrapped text. Make compiling without
|
| H A D | insert.txt | 491 If you don't really want to break the line, but view the line wrapped at a
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | rust.vim | 231 " Always create a tmpdir in case the wrapped command wants it
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_ins_complete.vim | 727 " Test for completion when text is wrapped across lines.
|
| H A D | test_cpoptions.vim | 380 " Test for the 'n' flag in 'cpo' (using number column for wrapped lines)
|
| H A D | test_popup.vim | 800 …\ 'struct = 0x234 {long = 2343 "\\"some long string that will be wrapped in two\\"", next = 123}'))
|
| H A D | test_edit.vim | 428 " when a line is wrapped and the cursor is at the start of the second line,
|
| H A D | test_popupwin.vim | 90 …call popup_create('wrapped longer text', #{line: 8, col: 55, padding: [0, 3, 0, 3], border: [0, 1,…
|
| /vim-8.2.3635/runtime/ |
| H A D | optwin.vim | 352 call <SID>AddOption("breakindent", gettext("preserve indentation in wrapped text")) 360 call <SID>AddOption("showbreak", gettext("string to put before wrapped screen lines"))
|
| /vim-8.2.3635/src/po/ |
| H A D | sr.po | 8456 msgid "preserve indentation in wrapped text" 8465 msgid "string to put before wrapped screen lines"
|
| H A D | it.po | 7987 msgid "preserve indentation in wrapped text" 7997 msgid "string to put before wrapped screen lines"
|