| /vim-8.2.3635/src/testdir/ |
| H A D | test_listchars.vim | 12 set listchars+=tab:>-,space:.,trail:< 33 set listchars-=trail:< 49 set listchars+=tab:<=>,trail:- 83 set listchars-=trail:- 99 set listchars+=trail:< 115 " Test lead and trail 118 set listchars+=lead:>,trail:<,space:x 194 set listchars+=lead:>,trail:< 234 set listchars=nbsp:X,trail:Y 295 set listchars+=lead:⇨,trail:⇦ [all …]
|
| 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_listlbr.vim | 242 call s:test_windows('setl list listchars=space:_,trail:-,tab:>-,eol:$')
|
| H A D | test_options.vim | 429 call assert_fails('set listchars=trail:· ambiwidth=double', 'E834:')
|
| 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 | 1842 char_u *trail = NULL; in msg_prt_line() local 1855 if (curwin->w_lcs_chars.trail) in msg_prt_line() 1857 trail = s + STRLEN(s); in msg_prt_line() 1858 while (trail > s && VIM_ISWHITE(trail[-1])) in msg_prt_line() 1859 --trail; in msg_prt_line() 1979 else if (trail != NULL && s > trail) in msg_prt_line() 1981 c = curwin->w_lcs_chars.trail; in msg_prt_line()
|
| H A D | term.c | 4883 int trail, in handle_key_with_modifier() argument 4896 if (trail == 'u') in handle_key_with_modifier() 4957 int trail; // char that ends CSI sequence in handle_csi() local 5002 trail = *ap; in handle_csi() 5010 if (first == -1 && argc == 2 && trail == 'R') in handle_csi() 5021 else if (*T_CRV != NUL && ap > argp + 1 && trail == 'c') in handle_csi() 5045 && trail == 'y') in handle_csi() 5061 && trail == 't') in handle_csi() 5077 else if ((arg[0] == 27 && argc == 3 && trail == '~') in handle_csi() 5078 || (argc == 2 && trail == 'u')) in handle_csi() [all …]
|
| H A D | drawline.c | 742 || wp->w_lcs_chars.trail in win_line() 748 if (wp->w_lcs_chars.trail) in win_line() 2068 c = (ptr > line + trailcol) ? wp->w_lcs_chars.trail in win_line()
|
| H A D | mbyte.c | 857 dbcs_class(unsigned lead, unsigned trail) in dbcs_class() argument 868 unsigned char tb = trail; in dbcs_class() 949 unsigned char c2 = trail; in dbcs_class()
|
| H A D | structs.h | 3394 int trail; member
|
| H A D | screen.c | 4847 {&lcs_chars.trail, "trail"}, in set_chars_option()
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | rubycomplete.vim | 490 trail = "%s%s" % [ dir, sub ] 491 tcfg = "%sconfig" % trail 494 rails_base = trail
|
| /vim-8.2.3635/src/proto/ |
| H A D | mbyte.pro | 8 int dbcs_class(unsigned lead, unsigned trail);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_05.txt | 727 :set listchars=tab:>-,trail:-
|
| H A D | version6.txt | 2268 Win32 GUI: (on no file), :vs<CR>:q<CR> left a trail of pixels down the middle. 2924 Using a multibyte character in the substitute string where a trail byte is a 5752 characters with a trail byte which is a wildcard. 6694 where the trail byte is '~' the text is messed up. 8084 trail byte of a multibyte character. 14052 be written. A trail byte that is a space makes that a file cannot
|
| H A D | options.txt | 4984 < *lcs-trail* 4985 trail:c Character to show for trailing spaces. When omitted, 5016 :set lcs=tab:>-,trail:- 5021 "multispace", "lead" and "trail".
|
| H A D | tags | 7729 lcs-trail options.txt /*lcs-trail*
|
| H A D | version7.txt | 2312 In a multibyte file the foldmarker could be recognized in the trail byte. 6115 end of the line it may end up on the trail byte of a multibyte
|
| /vim-8.2.3635/runtime/spell/ |
| H A D | README_en.txt | 9671 6298) trail's (added the 's)
|