| /vim-8.2.3635/runtime/indent/ |
| H A D | sml.vim | 75 function! s:FindPair(pstart, pmid, pend) argument 76 call search(a:pend, 'bW') 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 87 call search(a:pend, 'bW') 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) 100 " call search(a:pend, 'bW') [all …]
|
| H A D | ocaml.vim | 80 function! s:FindPair(pstart, pmid, pend) argument 81 call search(a:pend, 'bW') 82 …return indent(searchpair(a:pstart, a:pmid, a:pend, 'bWn', 'synIDattr(synID(line("."), col("."), 0)… 86 function! s:FindLet(pstart, pmid, pend) argument 87 call search(a:pend, 'bW') 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 31 "call search(a:pend, 'bW') 32 …return indent(searchpair(a:pstart, a:pmid, a:pend, 'bWn', 'synIDattr(synID(line("."), col("."), 0)…
|
| /vim-8.2.3635/src/ |
| H A D | misc1.c | 1624 return pend; in remove_tail() 1660 char_u *pend; in vim_getenv() local 1777 pend = gettail(p); in vim_getenv() 1781 pend = remove_tail(p, pend, (char_u *)"doc"); in vim_getenv() 1792 if (pend1 != pend) in vim_getenv() 1807 pend = remove_tail(p, pend, (char_u *)"src"); in vim_getenv() 1813 pend = remove_tail(p, pend, (char_u *)RUNTIME_DIRNAME); in vim_getenv() 1814 pend = remove_tail(p, pend, (char_u *)VIM_VERSION_NODOT); in vim_getenv() 1818 if (pend > p && after_pathsep(p, pend)) in vim_getenv() 1819 --pend; in vim_getenv() [all …]
|
| H A D | gui_w32.c | 6887 char_u *pend; in gui_mch_dialog() local 7044 for (pend = pstart; *pend != NUL && *pend != '\n'; ) in gui_mch_dialog() 7049 last_white = pend; in gui_mch_dialog() 7078 pstart = pend + 1; in gui_mch_dialog() 7107 if (pend == NULL) in gui_mch_dialog() 7132 if (pend == NULL) in gui_mch_dialog() 7224 for ( pend = pstart; in gui_mch_dialog() 7225 *pend && (*pend != DLG_BUTTON_SEP); in gui_mch_dialog() 7226 pend++) in gui_mch_dialog() 7229 if (*pend) in gui_mch_dialog() [all …]
|
| H A D | ops.c | 2194 char_u *pend; in block_prep() local 2253 pend = pstart; in block_prep() 2281 prev_pend = pend; in block_prep() 2282 while (bdp->end_vcol <= oap->end_vcol && *pend != NUL) in block_prep() 2285 prev_pend = pend; in block_prep() 2286 incr = lbr_chartabsize_adv(line, &pend, (colnr_T)bdp->end_vcol); in block_prep() 2311 if (pend != pstart) in block_prep() 2312 pend = prev_pend; in block_prep() 2319 bdp->textlen = (int)(pend - pstart); in block_prep()
|
| H A D | ex_getln.c | 2790 char_u *pend; in getexmodeline() local 3026 pend = (char_u *)(line_ga.ga_data) + line_ga.ga_len; in getexmodeline() 3030 if (line_ga.ga_len > 0 && pend[-1] == '\n') in getexmodeline() 3034 while (line_ga.ga_len - 2 >= bcount && pend[-2 - bcount] == '\\') in getexmodeline() 3042 pend -= (bcount + 1) / 2; in getexmodeline() 3043 pend[-1] = '\n'; in getexmodeline() 3049 --pend; in getexmodeline() 3050 *pend = NUL; in getexmodeline()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | progress.vim | 71 syn keyword ProgressReserved get-message-type get-row getbyte global go-on go-pend[ing] grant graph…
|
| H A D | vim.vim | 22 …sic sin sm[ap] snoreme spelld[ump] spellw[rong] srg sta[g] sts[elect] sus[pend] syncbind tabN[ext]…
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | tutor.fr.utf-8 | 951 1. Commencez à éditer le fichier "vimrc". Ceci dépend de votre système :
|
| H A D | tutor.fr | 951 1. Commencez � �diter le fichier "vimrc". Ceci d�pend de votre syst�me :
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | starting.txt | 1212 :sus[pend][!] or *:sus* *:suspend* *:st* *:stop*
|
| H A D | index.txt | 1640 |:suspend| :sus[pend] same as ":stop"
|