Home
last modified time | relevance | path

Searched refs:nbsp (Results 1 – 25 of 27) sorted by relevance

12

/vim-8.2.3635/src/testdir/
H A Dtest_listchars.vim232 " 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 Dtest_listlbr_utf8.vim44 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 Dtest_highlight.vim633 set list lcs=eol:$,tab:>-,space:.,trail:_,extends:>,precedes:<,conceal:*,nbsp:#
/vim-8.2.3635/src/
H A Dmessage.c1897 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 Ddrawline.c744 || 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 Dstructs.h3389 int nbsp; member
H A Dscreen.c4843 {&lcs_chars.nbsp, "nbsp"}, in set_chars_option()
/vim-8.2.3635/runtime/syntax/
H A Dgift.vim52 syn match giftEH "&nbsp;" contained conceal cchar=_
H A Dtidy.vim157 \ punctuation-wrap quiet quote-ampersand quote-marks quote-nbsp raw
H A D2html.vim812 let s:LeadingSpace = s:settings.use_xhtml ? '&#160;' : '&nbsp;'
1492 " care of the leading spaces rather than using &nbsp; in the case of
1549 " care of the leading spaces rather than using &nbsp; in the case of
H A Ddoxygen.vim320 …acute\|[AEIOUaeiouy]grave\|[AEIOUaeiouy]circ\|[ANOano]tilde\|szlig\|[Aa]ring\|nbsp\|gt\|lt\|amp\);"
/vim-8.2.3635/runtime/autoload/xml/
H A Dhtml32.vim2 …', 'igrave', 'iquest', 'iuml', 'laquo', 'lt', 'macr', 'micro', 'middot', 'nbsp', 'not', 'ntilde', …
H A Dhtml40s.vim2 …squo', 'lt', 'macr', 'mdash', 'micro', 'middot', 'minus', 'mu', 'nabla', 'nbsp', 'ndash', 'ne', 'n…
H A Dhtml401s.vim2 …squo', 'lt', 'macr', 'mdash', 'micro', 'middot', 'minus', 'mu', 'nabla', 'nbsp', 'ndash', 'ne', 'n…
H A Dxhtml10s.vim2 …squo', 'lt', 'macr', 'mdash', 'micro', 'middot', 'minus', 'mu', 'nabla', 'nbsp', 'ndash', 'ne', 'n…
H A Dhtml40f.vim2 …squo', 'lt', 'macr', 'mdash', 'micro', 'middot', 'minus', 'mu', 'nabla', 'nbsp', 'ndash', 'ne', 'n…
H A Dxhtml11.vim2 …squo', 'lt', 'macr', 'mdash', 'micro', 'middot', 'minus', 'mu', 'nabla', 'nbsp', 'ndash', 'ne', 'n…
H A Dhtml401t.vim2 …squo', 'lt', 'macr', 'mdash', 'micro', 'middot', 'minus', 'mu', 'nabla', 'nbsp', 'ndash', 'ne', 'n…
H A Dhtml401f.vim2 …squo', 'lt', 'macr', 'mdash', 'micro', 'middot', 'minus', 'mu', 'nabla', 'nbsp', 'ndash', 'ne', 'n…
H A Dhtml40t.vim2 …squo', 'lt', 'macr', 'mdash', 'micro', 'middot', 'minus', 'mu', 'nabla', 'nbsp', 'ndash', 'ne', 'n…
H A Dxhtml10f.vim2 …squo', 'lt', 'macr', 'mdash', 'micro', 'middot', 'minus', 'mu', 'nabla', 'nbsp', 'ndash', 'ne', 'n…
H A Dxhtml10t.vim2 …squo', 'lt', 'macr', 'mdash', 'micro', 'middot', 'minus', 'mu', 'nabla', 'nbsp', 'ndash', 'ne', 'n…
/vim-8.2.3635/runtime/doc/
H A Doptions.txt4999 *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 Dsyntax.txt685 used instead. Whitespace is replaced by a series of &nbsp; character
698 number of space characters, or &nbsp; references if |g:html_no_pre| is 1.
H A Dtags7725 lcs-nbsp options.txt /*lcs-nbsp*

12