Home
last modified time | relevance | path

Searched refs:wrapped (Results 1 – 25 of 32) sorted by relevance

12

/vim-8.2.3635/src/
H A Dcmdhist.c375 int wrapped = FALSE; in calc_hist_idx() local
387 if (wrapped) in calc_hist_idx()
390 wrapped = TRUE; in calc_hist_idx()
H A Dspell.c1290 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 Dnormal.c67 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 Dpopupwin.c1119 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 Dvue.vim12 " We have a collection of html, css and javascript wrapped in
H A Ddune.vim25 syn keyword lispKey name public_name synopsis modules libraries wrapped
/vim-8.2.3635/runtime/compiler/
H A Dpowershell.vim59 " Errors that span multiple lines (may be wrapped to width of terminal).
/vim-8.2.3635/runtime/doc/
H A Drussian.txt41 You have to type this command in one line, it is wrapped for the sake of
H A Dintro.txt773 The 'showbreak' option contains the string to put in front of wrapped lines.
876 longer lines are wrapped or truncated.
H A Ddiff.txt160 - 'wrap' is on, some lines will be wrapped and occupy two or more screen
H A Dprint.txt733 will not have a line number printed for it (in the same way as the wrapped
H A Dquickref.txt631 'breakindent' 'bri' wrapped line repeats indent
898 'showbreak' 'sbr' string to use at the start of wrapped lines
H A Doptions.txt622 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 Dchannel.txt254 The {expr} is converted to JSON and wrapped in an array. An example of the
H A Dversion6.txt1507 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 Dinsert.txt491 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 Drust.vim231 " Always create a tmpdir in case the wrapped command wants it
/vim-8.2.3635/src/testdir/
H A Dtest_ins_complete.vim727 " Test for completion when text is wrapped across lines.
H A Dtest_cpoptions.vim380 " Test for the 'n' flag in 'cpo' (using number column for wrapped lines)
H A Dtest_popup.vim800 …\ 'struct = 0x234 {long = 2343 "\\"some long string that will be wrapped in two\\"", next = 123}'))
H A Dtest_edit.vim428 " when a line is wrapped and the cursor is at the start of the second line,
H A Dtest_popupwin.vim90 …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 Doptwin.vim352 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 Dsr.po8456 msgid "preserve indentation in wrapped text"
8465 msgid "string to put before wrapped screen lines"
H A Dit.po7987 msgid "preserve indentation in wrapped text"
7997 msgid "string to put before wrapped screen lines"

12