Home
last modified time | relevance | path

Searched refs:wrap (Results 1 – 25 of 161) sorted by relevance

1234567

/vim-8.2.3635/runtime/syntax/
H A Dtidy.vim157 \ punctuation-wrap quiet quote-ampersand quote-marks quote-nbsp raw
161 \ word-2000 wrap-asp wrap-attributes wrap-jste wrap-php
162 \ wrap-script-literals wrap-sections write-back
179 …ption accessibility-check doctype-mode indent-spaces show-errors tab-size wrap contained nextgroup…
/vim-8.2.3635/src/testdir/
H A Dtest_mksession_utf8.vim11 let wrap_save = &wrap
27 set wrap
101 let &wrap = wrap_save
H A Dtest_hardcopy.vim11 \ 'header:3,syntax:y,number:y,wrap:n',
12 \ 'header:3,syntax:n,number:y,wrap:y',
13 \ 'header:0,syntax:a,number:y,wrap:y',
H A Dtest_number.vim137 setl number wrap
153 setl number wrap
171 setl number wrap
H A Dtest_popupwin.vim768 \ wrap: 0,
788 \ wrap: 0,
846 set wrap&
1935 \ wrap: 1,
1962 \ wrap: 0,
1988 \ wrap: 0,
2237 \ wrap: true,
2369 let opts = #{wrap: 0}
2656 " text "at will wrap"
3959 wrap: false,
[all …]
H A Dtest_diffmode.vim77 call assert_equal(1, &wrap)
86 call assert_equal(0, &wrap)
152 call assert_equal(1, &wrap)
160 call assert_equal(1, &wrap)
168 call assert_equal(1, &wrap)
1054 \ 'set noequalalways wrap diffopt=followwrap cursorline breakindent',
1168 set wrap
1170 call assert_equal(1, &wrap)
1174 call assert_equal(0, &wrap)
H A Dtest_modeline.vim353 call writefile(['vim: diff foldmethod=marker wrap'], 'Xfile')
357 call assert_false(&wrap)
358 set wrap&
H A Dtest_listlbr_utf8.vim34 setl ts=4 sw=4 sts=4 linebreak sbr=+ wrap
251 call s:test_windows("setl nolbr wrap sbr=")
H A Dtest_display.vim140 set wrap
159 set list& listchars& wrap&
/vim-8.2.3635/runtime/ftplugin/
H A Dflexwiki.vim18 let b:undo_ftplugin = "setl tw< wrap< lbr< et< ts< fenc< bomb< ff<"
24 setlocal wrap
52 " for earlier versions - for when 'wrap' is set
H A Dlogcheck.vim15 " Do not hard-wrap non-comment lines since each line is a self-contained
H A Dtext.vim13 " We intentionally don't set formatoptions-=t since text should wrap as text.
H A Dscala.vim18 " Just like c.vim, but additionally doesn't wrap text onto /** line when
/vim-8.2.3635/runtime/doc/
H A Dscroll.txt43 lines down in the file (if possible; when lines wrap
81 lines wrap and when hitting the end of the file there
154 left. This only works when 'wrap' is off.
159 right. This only works when 'wrap' is off.
164 left. This only works when 'wrap' is off.
169 right. This only works when 'wrap' is off.
177 works when 'wrap' is off.
182 works when 'wrap' is off.
H A Dusr_25.txt63 The 'wrap' option makes Vim display lines with a line break, but this
297 If you switch the 'wrap' option off, each line in the file shows up as one
342 When 'wrap' is off and the text has scrolled horizontally, you can use the
362 can't see the whole sentence you are working on. When 'wrap' is on, words are
401 doesn't wrap they do the same as "j" and "k". When the line does wrap, they
H A Dmotion.txt217 g0 or g<Home> When lines wrap ('wrap' on): To the first character of
220 When lines don't wrap ('wrap' off): To the leftmost
226 g^ When lines wrap ('wrap' on): To the first non-blank
229 When lines don't wrap ('wrap' off): To the leftmost
245 g$ or g<End> When lines wrap ('wrap' on): To the last character of
249 When lines don't wrap ('wrap' off): To the rightmost
311 Differs from 'k' when lines wrap, and when used with
316 Differs from 'j' when lines wrap, and when used with
H A Dpopup.txt81 By default the 'wrap' option is set, so that no text disappears. Otherwise,
138 call setwinvar(winid, '&wrap', 0)
454 \ wrap: 0,
551 wrap
640 - "wrap" is off, and
678 wrap TRUE to make the lines wrap (default TRUE).
758 when 'wrap' is off).
786 screen line. When "wrap" is FALSE then the text outside of the popup or
H A Dvimdiff.man27 The 'wrap' and 'scrollbind' options are set to make the text look good.
/vim-8.2.3635/runtime/autoload/
H A Dcsscomplete.vim9wrap float font font-family font-feature-settings font-kerning font-language-override font-size fo…
265 … let values = ["row", "row-reverse", "column", "column-reverse", "nowrap", "wrap", "wrap-reverse"]
270 elseif prop == 'flex-wrap'
271 let values = ["nowrap", "wrap", "wrap-reverse"]
273 …let values = ["nowrap", "wrap", "wrap-reverse"] + ["row", "row-reverse", "column", "column-reverse…
385 elseif prop == 'overflow-wrap'
547 let values = ["normal", "pre", "nowrap", "pre-wrap", "pre-line"]
556 elseif prop == 'word-wrap'
H A Ddecada.vim39 set wrap
74 " vim: textwidth=78 wrap tabstop=8 shiftwidth=3 softtabstop=3 noexpandtab
H A Dgnat.vim34 set wrap
146 " vim: textwidth=0 wrap tabstop=8 shiftwidth=3 softtabstop=3 noexpandtab
/vim-8.2.3635/runtime/macros/
H A Dless.vim66 if &wrap
192 if &wrap
201 if &wrap
211 if &wrap
/vim-8.2.3635/src/
H A Dversion.c8099 version_msg_wrap(char_u *s, int wrap) in version_msg_wrap() argument
8101 int len = vim_strsize(s) + (wrap ? 2 : 0); in version_msg_wrap()
8108 if (wrap) in version_msg_wrap()
8111 if (wrap) in version_msg_wrap()
/vim-8.2.3635/runtime/compiler/
H A Ddecada.vim57 " vim: textwidth=78 wrap tabstop=8 shiftwidth=3 softtabstop=3 noexpandtab
H A Dgnat.vim75 " vim: textwidth=0 wrap tabstop=8 shiftwidth=3 softtabstop=3 noexpandtab

1234567