| /vim-8.2.3635/src/ |
| H A D | autocmd.c | 244 for ((ap) = first_autopat[(int)(event)]; (ap) != NULL; (ap) = (ap)->next) 395 for (ap = *prev_ap; ap != NULL; ap = *prev_ap) in au_cleanup() 437 vim_free(ap); in au_cleanup() 524 AutoPat *ap; in au_del_group() local 531 if (ap->group == i && ap->pat != NULL) in au_del_group() 2166 for (ap = patcmd.curpat; ap->next != NULL; ap = ap->next) in apply_autocmds_group() 2333 for (ap = apc->curpat; ap != NULL && !got_int; ap = ap->next) in auto_next_pat() 2340 if (ap->pat != NULL && ap->cmds != NULL in auto_next_pat() 2476 if (ap->pat != NULL && ap->cmds != NULL in has_autocmd() 2671 for ( ; ap != NULL; ap = ap->next) in au_exists() [all …]
|
| H A D | strings.c | 1845 va_list ap; in vim_snprintf_add() local 1854 va_start(ap, fmt); in vim_snprintf_add() 1856 va_end(ap); in vim_snprintf_add() 1863 va_list ap; in vim_snprintf() local 1866 va_start(ap, fmt); in vim_snprintf() 1868 va_end(ap); in vim_snprintf() 1877 va_list ap) in vim_vsnprintf() argument 1887 va_list ap, in vim_vsnprintf_typval() argument 1994 va_arg(ap, int); in vim_vsnprintf_typval() 2027 va_arg(ap, int); in vim_vsnprintf_typval() [all …]
|
| H A D | nbdebug.c | 104 va_list ap; in nbdbg() local 107 va_start(ap, fmt); in nbdbg() 108 vfprintf(nb_debug, fmt, ap); in nbdbg() 109 va_end(ap); in nbdbg()
|
| H A D | term.c | 3909 va_list ap; in log_tr() local 3923 va_end(ap); in log_tr() 4965 first = *ap++; in handle_csi() 4970 if (ap >= tp + len) in handle_csi() 4972 if (*ap == ';') in handle_csi() 4984 ++ap; in handle_csi() 4988 if (*ap == ';') in handle_csi() 4989 ++ap; in handle_csi() 4997 && !(*ap >= '{' && *ap <= '~') in handle_csi() 4999 ++ap; in handle_csi() [all …]
|
| H A D | proto.h | 141 int vim_vsnprintf(char *str, size_t str_m, const char *fmt, va_list ap) 143 int vim_vsnprintf_typval(char *str, size_t str_m, const char *fmt, va_list ap, typval_T *tvs)
|
| H A D | message.c | 800 va_list ap; in semsg() local 802 va_start(ap, s); in semsg() 803 vim_vsnprintf((char *)IObuff, IOSIZE, s, ap); in semsg() 804 va_end(ap); in semsg() 847 va_list ap; in siemsg() local 849 va_start(ap, s); in siemsg() 850 vim_vsnprintf((char *)IObuff, IOSIZE, s, ap); in siemsg() 851 va_end(ap); in siemsg()
|
| H A D | channel.c | 218 va_list ap; in ch_log() local 221 va_start(ap, fmt); in ch_log() 222 vfprintf(log_fd, fmt, ap); in ch_log() 223 va_end(ap); in ch_log() 239 va_list ap; in ch_error() local 242 va_start(ap, fmt); in ch_error() 243 vfprintf(log_fd, fmt, ap); in ch_error() 244 va_end(ap); in ch_error()
|
| H A D | netbeans.c | 2272 va_list ap; in coloncmd() local 2274 va_start(ap, cmd); in coloncmd() 2275 vim_vsnprintf(buf, sizeof(buf), cmd, ap); in coloncmd() 2276 va_end(ap); in coloncmd()
|
| H A D | spellfile.c | 1223 char_u *ap; in read_compound() local 1301 ap = alloc(todo + 1); in read_compound() 1302 if (ap == NULL) in read_compound() 1307 slang->sl_compallflags = ap; in read_compound() 1308 *ap = NUL; in read_compound() 1335 *ap++ = c; in read_compound() 1336 *ap = NUL; in read_compound()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_utf8_comparisons.vim | 2 " Also test "g~ap". 86 " test that g~ap changes one paragraph only. 92 call feedkeys("gg0g~ap", "tx")
|
| H A D | test_put.vim | 30 exe "norm! ggl\<c-v>2j2l\"ap"
|
| H A D | test_visual.vim | 402 " When start and end of visual area are identical, 'ap' or 'ip' select 409 " When start and end of visual area are not identical, 'ap' or 'ip'
|
| H A D | test_textobjects.vim | 346 " Test for the paragraph (ap) text object
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | map.txt | 122 :nm[ap] |mapmode-n| 123 :vm[ap] |mapmode-v| 124 :xm[ap] |mapmode-x| 125 :sm[ap] |mapmode-s| 126 :om[ap] |mapmode-o| 128 :im[ap] |mapmode-i| 129 :lm[ap] |mapmode-l| 130 :cm[ap] |mapmode-c| 137 :nm[ap] {lhs} |mapmode-n| *:nmap_l* 138 :vm[ap] {lhs} |mapmode-v| *:vmap_l* [all …]
|
| H A D | index.txt | 497 |v_ap| ap "a paragraph" (with white space) 966 |v_ap| ap extend highlighted area with a paragraph 1241 |:cmap| :cm[ap] like ":map" but for Command-line mode 1360 |:imap| :im[ap] like ":map" but for Insert mode 1421 |:lmap| :lm[ap] like ":map!" but includes Lang-Arg mode 1470 |:nmap| :nm[ap] like ":map" but for Normal mode 1488 |:omap| :om[ap] like ":map" but for Operator-pending mode 1638 |:sunmap| :sunm[ap] like ":unmap" but for Select mode 1700 |:unmap| :unm[ap] remove mapping 1716 |:vmap| :vm[ap] like ":map" but for Visual+Select mode [all …]
|
| H A D | usr_10.txt | 644 This starts with the "gq" command, which is an operator. Following is "ap", 652 Instead of "ap" you could use any motion or text object. If your paragraphs
|
| H A D | usr_28.txt | 62 created a fold. |zf| is an operator and |ap| a text object selection. You
|
| H A D | usr_25.txt | 113 "ap" stands for "a-paragraph". This formats the text of one paragraph
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | aml.vim | 22 …ectfeatur annoset annosum annosymbol annot annot[ext] annotext annotype ao ap apm[ode] app[end] ar… 23 …po[int] arcr[oute] arcs arcsc[itex] arcse[ction] arcsh[ape] arcsl[f] arcsn[ap] arcsp[ot] arcte[xt]… 28 …[arker] keymap keyp[osition] keyse[paration] keysh[ade] keyspot kill killm[ap] kr[iging] la labela… 31 …nodec[olor] nodee[rrors] nodem[arkers] nodep[oint] nodes nodesi[ze] nodesn[ap] nodesp[ot] nodet[ex… 34 …tionends sectionendt[ext] sectionh[atch] sectionl[ines] sections sectionsn[ap] sectionsp[ot] secti…
|
| H A D | vim.vim | 22 …le] sIg sa[rgument] sba[ll] sbr[ewind] scl scscope sfir[st] sgl sic sin sm[ap] snoreme spelld[ump]… 428 …ap] cno[remap] im[ap] ino[remap] lm[ap] ln[oremap] nm[ap] nn[oremap] no[remap] om[ap] ono[remap] s… 430 syn keyword vimUnmap cu[nmap] iu[nmap] lu[nmap] nun[map] ou[nmap] sunm[ap] tunma[p] unm[ap] unm[ap…
|
| H A D | vmasm.vim | 18 syn keyword vmasmReg ap fp sp pc iv dv
|
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | vterm_internal.h | 288 int VSNPRINTF(char *str, size_t str_m, const char *fmt, va_list ap);
|
| /vim-8.2.3635/src/po/ |
| H A D | pt_BR.po | 517 msgstr "E690: \"in\" faltando após :for" 2837 msgstr "Argumento faltando após" 2840 msgstr "Lixo após argumento de opção" 4226 msgstr "E521: Número requerido após =" 4268 msgstr "E526: Número faltando após <%s>" 4691 msgstr "E769: ] faltando após %s[" 4719 msgstr "E69: ] faltando após %s%%[" 4743 msgstr "E59: caractere inválido após %s@" 4765 msgstr "E68: Caractere inválido após \\z" 4773 msgstr "E71: Caractere inválido após %s%%" [all …]
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | tutor.pt.utf-8 | 376 ** Digite p para colar após o cursor o que acabou de apagar. ** 798 1. Vá à linha marcada com ---> abaixo e posicione o cursor após "a)".
|
| H A D | tutor.pt | 376 ** Digite p para colar ap�s o cursor o que acabou de apagar. ** 798 1. V� � linha marcada com ---> abaixo e posicione o cursor ap�s "a)".
|