| /vim-8.2.3635/runtime/indent/ |
| H A D | sml.vim | 75 function! s:FindPair(pstart, pmid, pend) argument 77 " return indent(searchpair(a:pstart, a:pmid, a:pend, 'bWn', 'synIDattr(synID(line("."), col("."), … 78 …let lno = searchpair(a:pstart, a:pmid, a:pend, 'bW', 'synIDattr(synID(line("."), col("."), 0), "na… 86 function! s:FindLet(pstart, pmid, pend) argument 88 " return indent(searchpair(a:pstart, a:pmid, a:pend, 'bWn', 'synIDattr(synID(line("."), col("."), … 89 …let lno = searchpair(a:pstart, a:pmid, a:pend, 'bW', 'synIDattr(synID(line("."), col("."), 0), "na… 99 "function! s:FindLet(pstart, pmid, pend) 101 " return indent(searchpair(a:pstart, a:pmid, a:pend, 'bWn', 'synIDattr(synID(line("."), col("."), …
|
| H A D | ocaml.vim | 80 function! s:FindPair(pstart, pmid, pend) argument 82 …return indent(searchpair(a:pstart, a:pmid, a:pend, 'bWn', 'synIDattr(synID(line("."), col("."), 0)… 86 function! s:FindLet(pstart, pmid, pend) argument 88 …return indent(searchpair(a:pstart, a:pmid, a:pend, 'bWn', 'synIDattr(synID(line("."), col("."), 0)…
|
| H A D | elm.vim | 30 function! s:FindPair(pstart, pmid, pend) argument 32 …return indent(searchpair(a:pstart, a:pmid, a:pend, 'bWn', 'synIDattr(synID(line("."), col("."), 0)…
|
| /vim-8.2.3635/src/ |
| H A D | gui_w32.c | 6886 char_u *pstart; in gui_mch_dialog() local 7031 pstart = message; in gui_mch_dialog() 7078 pstart = pend + 1; in gui_mch_dialog() 7102 pstart = tbuffer; in gui_mch_dialog() 7108 pend = pstart + STRLEN(pstart); // Last button name. in gui_mch_dialog() 7109 textWidth = GetTextWidthEnc(hdc, pstart, (int)(pend - pstart)); in gui_mch_dialog() 7128 pstart = tbuffer; in gui_mch_dialog() 7133 pend = pstart + STRLEN(pstart); // Last button name. in gui_mch_dialog() 7134 textWidth = GetTextWidthEnc(hdc, pstart, (int)(pend - pstart)); in gui_mch_dialog() 7218 pstart = tbuffer; in gui_mch_dialog() [all …]
|
| H A D | ops.c | 2195 char_u *pstart; in block_prep() local 2218 pstart = line; in block_prep() 2225 if (VIM_ISWHITE(*pstart)) in block_prep() 2235 prev_pstart = pstart; in block_prep() 2236 MB_PTR_ADV(pstart); in block_prep() 2253 pend = pstart; in block_prep() 2311 if (pend != pstart) in block_prep() 2318 pstart = prev_pstart; in block_prep() 2319 bdp->textlen = (int)(pend - pstart); in block_prep() 2321 bdp->textcol = (colnr_T) (pstart - line); in block_prep() [all …]
|
| H A D | vim9compile.c | 4379 char_u *pstart = p; in compile_subscript() local 4471 semsg(_(e_trailing_arg), pstart); in compile_subscript()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | tak.vim | 56 syn keyword takMacro fac pstart pstop
|