| /vim-8.2.3635/src/testdir/ |
| H A D | test_listchars.vim | 232 " test nbsp 234 set listchars=nbsp:X,trail:Y 237 let nbsp = nr2char(0xa0) 238 call append(0, [ ">" .. nbsp .. "<" ]) 246 set listchars=nbsp:X 281 set listchars=eol:⇔,space:␣,multispace:≡≢≣,nbsp:≠,tab:←↔→ 284 let nbsp = nr2char(0xa0) 285 call append(0, [" a\tb c" .. nbsp .. "d "]) 291 …set listchars=eol:\\u21d4,space:\\u2423,multispace:≡\\u2262\\U00002263,nbsp:\\U00002260,tab:←↔\\u2… 357 set listchars=eol:$,space:_,nbsp:=
|
| H A D | test_listlbr_utf8.vim | 44 call s:test_windows("setl list listchars=nbsp:\u2423,tab:\u2595\u2014,trail:\u02d1,eol:\ub6") 59 …call s:test_windows("setl nolinebreak list listchars=nbsp:\u2423,tab:\u2595\u2014,trail:\u02d1,eol… 150 …call s:test_windows("setl ft=c ts=7 list listchars=nbsp:\u2423,tab:\u2595\u2014,trail:\u02d1,eol:\… 186 …call s:test_windows("setl nolinebreak cc=3 list listchars=nbsp:\u2423,tab:\u2595\u2014,trail:\u02d…
|
| H A D | test_highlight.vim | 633 set list lcs=eol:$,tab:>-,space:.,trail:_,extends:>,precedes:<,conceal:*,nbsp:#
|
| /vim-8.2.3635/src/ |
| H A D | message.c | 1897 else if (curwin->w_lcs_chars.nbsp != NUL && list in msg_prt_line() 1901 mb_char2bytes(curwin->w_lcs_chars.nbsp, buf); in msg_prt_line() 1946 else if (c == 160 && list && curwin->w_lcs_chars.nbsp != NUL) in msg_prt_line() 1948 c = curwin->w_lcs_chars.nbsp; in msg_prt_line()
|
| H A D | drawline.c | 744 || wp->w_lcs_chars.nbsp) in win_line() 2030 && wp->w_lcs_chars.nbsp) in win_line() 2047 : wp->w_lcs_chars.nbsp; in win_line()
|
| H A D | structs.h | 3389 int nbsp; member
|
| H A D | screen.c | 4843 {&lcs_chars.nbsp, "nbsp"}, in set_chars_option()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | gift.vim | 52 syn match giftEH " " contained conceal cchar=_
|
| H A D | tidy.vim | 157 \ punctuation-wrap quiet quote-ampersand quote-marks quote-nbsp raw
|
| H A D | 2html.vim | 812 let s:LeadingSpace = s:settings.use_xhtml ? ' ' : ' ' 1492 " care of the leading spaces rather than using in the case of 1549 " care of the leading spaces rather than using in the case of
|
| H A D | doxygen.vim | 320 …acute\|[AEIOUaeiouy]grave\|[AEIOUaeiouy]circ\|[ANOano]tilde\|szlig\|[Aa]ring\|nbsp\|gt\|lt\|amp\);"
|
| /vim-8.2.3635/runtime/autoload/xml/ |
| H A D | html32.vim | 2 …', 'igrave', 'iquest', 'iuml', 'laquo', 'lt', 'macr', 'micro', 'middot', 'nbsp', 'not', 'ntilde', …
|
| H A D | html40s.vim | 2 …squo', 'lt', 'macr', 'mdash', 'micro', 'middot', 'minus', 'mu', 'nabla', 'nbsp', 'ndash', 'ne', 'n…
|
| H A D | html401s.vim | 2 …squo', 'lt', 'macr', 'mdash', 'micro', 'middot', 'minus', 'mu', 'nabla', 'nbsp', 'ndash', 'ne', 'n…
|
| H A D | xhtml10s.vim | 2 …squo', 'lt', 'macr', 'mdash', 'micro', 'middot', 'minus', 'mu', 'nabla', 'nbsp', 'ndash', 'ne', 'n…
|
| H A D | html40f.vim | 2 …squo', 'lt', 'macr', 'mdash', 'micro', 'middot', 'minus', 'mu', 'nabla', 'nbsp', 'ndash', 'ne', 'n…
|
| H A D | xhtml11.vim | 2 …squo', 'lt', 'macr', 'mdash', 'micro', 'middot', 'minus', 'mu', 'nabla', 'nbsp', 'ndash', 'ne', 'n…
|
| H A D | html401t.vim | 2 …squo', 'lt', 'macr', 'mdash', 'micro', 'middot', 'minus', 'mu', 'nabla', 'nbsp', 'ndash', 'ne', 'n…
|
| H A D | html401f.vim | 2 …squo', 'lt', 'macr', 'mdash', 'micro', 'middot', 'minus', 'mu', 'nabla', 'nbsp', 'ndash', 'ne', 'n…
|
| H A D | html40t.vim | 2 …squo', 'lt', 'macr', 'mdash', 'micro', 'middot', 'minus', 'mu', 'nabla', 'nbsp', 'ndash', 'ne', 'n…
|
| H A D | xhtml10f.vim | 2 …squo', 'lt', 'macr', 'mdash', 'micro', 'middot', 'minus', 'mu', 'nabla', 'nbsp', 'ndash', 'ne', 'n…
|
| H A D | xhtml10t.vim | 2 …squo', 'lt', 'macr', 'mdash', 'micro', 'middot', 'minus', 'mu', 'nabla', 'nbsp', 'ndash', 'ne', 'n…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | options.txt | 4999 *lcs-nbsp* 5000 nbsp:c Character to show for a non-breakable space character 5017 :set lcs=tab:>-,eol:<,nbsp:% 5020 "precedes". "SpecialKey" will be used for "tab", "nbsp", "space",
|
| H A D | syntax.txt | 685 used instead. Whitespace is replaced by a series of character 698 number of space characters, or references if |g:html_no_pre| is 1.
|
| H A D | tags | 7725 lcs-nbsp options.txt /*lcs-nbsp*
|