| /vim-8.2.3635/runtime/syntax/ |
| H A D | tidy.vim | 157 \ 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 D | test_mksession_utf8.vim | 11 let wrap_save = &wrap 27 set wrap 101 let &wrap = wrap_save
|
| H A D | test_hardcopy.vim | 11 \ '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 D | test_number.vim | 137 setl number wrap 153 setl number wrap 171 setl number wrap
|
| H A D | test_popupwin.vim | 768 \ 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 D | test_diffmode.vim | 77 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 D | test_modeline.vim | 353 call writefile(['vim: diff foldmethod=marker wrap'], 'Xfile') 357 call assert_false(&wrap) 358 set wrap&
|
| H A D | test_listlbr_utf8.vim | 34 setl ts=4 sw=4 sts=4 linebreak sbr=+ wrap 251 call s:test_windows("setl nolbr wrap sbr=")
|
| H A D | test_display.vim | 140 set wrap 159 set list& listchars& wrap&
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | flexwiki.vim | 18 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 D | logcheck.vim | 15 " Do not hard-wrap non-comment lines since each line is a self-contained
|
| H A D | text.vim | 13 " We intentionally don't set formatoptions-=t since text should wrap as text.
|
| H A D | scala.vim | 18 " Just like c.vim, but additionally doesn't wrap text onto /** line when
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | scroll.txt | 43 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 D | usr_25.txt | 63 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 D | motion.txt | 217 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 D | popup.txt | 81 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 D | vimdiff.man | 27 The 'wrap' and 'scrollbind' options are set to make the text look good.
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | csscomplete.vim | 9 …wrap 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 D | decada.vim | 39 set wrap 74 " vim: textwidth=78 wrap tabstop=8 shiftwidth=3 softtabstop=3 noexpandtab
|
| H A D | gnat.vim | 34 set wrap 146 " vim: textwidth=0 wrap tabstop=8 shiftwidth=3 softtabstop=3 noexpandtab
|
| /vim-8.2.3635/runtime/macros/ |
| H A D | less.vim | 66 if &wrap 192 if &wrap 201 if &wrap 211 if &wrap
|
| /vim-8.2.3635/src/ |
| H A D | version.c | 8099 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 D | decada.vim | 57 " vim: textwidth=78 wrap tabstop=8 shiftwidth=3 softtabstop=3 noexpandtab
|
| H A D | gnat.vim | 75 " vim: textwidth=0 wrap tabstop=8 shiftwidth=3 softtabstop=3 noexpandtab
|