| /vim-8.2.3635/runtime/tutor/ |
| H A D | tutor.vim | 14 let s:ext = "" 16 let s:ext = "." . $xx 60 if s:ext =~? '\.ge' 61 let s:ext = ".de" 64 if s:ext =~? '\.en' 65 let s:ext = "" 70 if s:ext =~? '\.ja' 79 if s:ext =~? '\.ko' 90 if s:ext =~? '\.zh' 103 if s:ext =~? '\.pl' [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_help.vim | 57 call writefile(['*mydoc-ext.txt* my extended awesome doc'], 'Xruntime/doc/mydoc-ext.txt') 65 call search('mydoc-ext.txt') 66 call assert_equal('|mydoc-ext.txt| my extended awesome doc', getline('.'))
|
| H A D | test_fnamemodify.vim | 45 call mkdir($HOME . '/XXXXXXXX/a.ext', 'p') 46 call assert_equal('~/XXXXXXXX/a.ext/foo', fnamemodify($HOME . '/XXXXXXXX/a.ext/foo', ':p:~:.'))
|
| H A D | test_help_tagjump.vim | 292 function s:check_help_file_ext(help_keyword, ext) argument 294 call assert_equal(a:ext, expand('%:e')) 296 call assert_equal(a:ext, expand('%:e'))
|
| H A D | test23.in | 74 test text test text [\x00-\x10]
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | lisp.vim | 406 syn match lispFunc "\<\(ext:\)\?with-collect\>" 407 syn match lispFunc "\<\(ext:\)\?letf\*\?\>" 408 syn match lispFunc "\<\(ext:\)\?finalize\>\>" 409 syn match lispFunc "\<\(ext:\)\?memoized\>" 410 syn match lispFunc "\<\(ext:\)\?getenv\>" 412 syn match lispFunc "\<\(ext:\)\?ethe\>" 413 syn match lispFunc "\<\(ext:\)\?with-gensyms\>" 414 syn match lispFunc "\<\(ext:\)\?open-http\>" 418 syn match lispFunc "\<\(ext:\)\?expand-form\>" 420 syn match lispFunc "\<\(ext:\)\?re-export\>" [all …]
|
| H A D | aml.vim | 22 …noplace annos[ize] annoselectfeatur annoset annosum annosymbol annot annot[ext] annotext annotype … 23 …autoi[ncrement] autol[ink] axis axish[atch] axisl[abels] axisr[uler] axist[ext] bac[klocksymbol] b… 26 …linee[ndtext] eventlines eventlinet[ext] eventlis[t] eventma[rkers] eventme[nu] eventmenu eventpoi… 28 …[ngle] labele[rrors] labelm[arkers] labels labelsc[ale] labelsp[ot] labelt[ext] lal latticecl[ip] … 29 …] layerloc[k] layerlog[file] layerq[uery] layerse[arch] layersp[ot] layert[ext] lc ldbmst le leade… 31 …rs] nodem[arkers] nodep[oint] nodes nodesi[ze] nodesn[ap] nodesp[ot] nodet[ext] nor[mal] not ns[el… 32 …ext] polygonb[ordertex] polygond[ots] polygone[vents] polygonevents polygonl[ines] polygons polygo… 33 …ext] regionxa[rea] regionxarea regionxt[ab] regionxtab register registerd[bms] regr[ession] reinde… 34 …tiona[rc] sectionends sectionendt[ext] sectionh[atch] sectionl[ines] sections sectionsn[ap] sectio… 36 …] textspl[ine] textst[yle] textsy[mbol] tf th thie[ssen] thin ti tics tict[ext] tigera[rc] tigert[…
|
| H A D | vim.vim | 22 …ext] colo[rscheme] cons[t] cs d[elete] delel delf[unction] dif[fupdate] difft[his] dli[st] ds[earc… 24 …ext] breakd[el] bw[ipeout] cabo[ve] cat[ch] ccl[ose] cfdo chd[ir] class cnf[ile] comc[lear] cp[rev… 25 …ext] cad[dbuffer] cb[uffer] cd cfir[st] che[ckpath] cle[arjumps] cnor comp[iler] cpf[ile] cun def … 26 …ext] bel[owright] bp[revious] bro[wse] cNf[ile] cadde[xpr] cbe[fore] cdo cg[etfile] checkt[ime] cl… 27 …ext] ptp[revious] py3do python3 qa[ll] redr[aw] retu[rn] rubyd[o] sIe sN[ext] sb[uffer] sbp[reviou… 29 …sm Break Cfilter Clear Continue DiffOrig Evaluate Finish Gdb Lfilter Man N[ext] Over P[rint] Progr…
|
| H A D | asmh8300.vim | 28 syn match asmOpcode "ext[su]\.[lw]"
|
| H A D | config.vim | 30 " This shortens the script, see syn-ext-match..
|
| H A D | dracula.vim | 32 syn match draculastatement "^ *\(sel\|width\|ext\|enc\|area\|shrink\|grow\|length\)"
|
| /vim-8.2.3635/src/ |
| H A D | help.c | 955 char_u *ext, // suffix, ".txt", ".itx", ".frx", etc. in helptags_one() argument 980 STRCAT(NameBuff, ext); in helptags_one() 1195 char_u ext[5]; in do_helptags() local 1263 STRCPY(ext, ".txt"); in do_helptags() 1268 STRCPY(ext, ".xxx"); in do_helptags() 1269 ext[1] = fname[5]; in do_helptags() 1270 ext[2] = fname[6]; in do_helptags() 1272 helptags_one(dirname, ext, fname, add_help_tags, ignore_writeerr); in do_helptags()
|
| H A D | gui_beval.c | 1107 XFontSetExtents *ext; in drawBalloon() 1110 ext = XExtentsOfFontSet(fset); in drawBalloon() 1111 h = ext->max_ink_extent.height; in drawBalloon()
|
| H A D | fileio.c | 3500 char_u *ext, in modname() argument 3504 fname, ext, prepend_dot); in modname() 3511 char_u *ext, in buf_modname() argument 3520 extlen = (int)STRLEN(ext); in buf_modname() 3564 if (*ext == '.' && shortname) in buf_modname() 3593 if (*ext == '.') in buf_modname() 3600 else if (*ext == '.') in buf_modname() 3627 else if ((fname == NULL || *fname == NUL) && *ext == '.') in buf_modname() 3635 STRCPY(s, ext); in buf_modname()
|
| /vim-8.2.3635/src/proto/ |
| H A D | fileio.pro | 25 char_u *modname(char_u *fname, char_u *ext, int prepend_dot); 26 char_u *buf_modname(int shortname, char_u *fname, char_u *ext, int prepend_dot);
|
| H A D | gui.pro | 61 int gui_find_bitmap(char_u *name, char_u *buffer, char *ext); 62 void gui_find_iconfile(char_u *name, char_u *buffer, char *ext);
|
| H A D | gui_gtk.pro | 16 char_u *gui_mch_browse(int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_…
|
| H A D | gui_athena.pro | 31 char_u *gui_mch_browse(int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_…
|
| H A D | gui_motif.pro | 33 char_u *gui_mch_browse(int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_…
|
| H A D | filepath.pro | 33 char_u *do_browse(int flags, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_u *fil…
|
| H A D | gui_photon.pro | 10 char_u *gui_mch_browse(int saving, char_u *title, char_u *default_name, char_u *ext, char_u *initdi…
|
| H A D | gui_haiku.pro | 83 char_u *gui_mch_browse(int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | tabpage.txt | 184 :tabn[ext] *:tabn* *:tabnext* *gt* 190 :{count}tabn[ext] 191 :tabn[ext] {count} 210 :tabN[ext] *:tabNext* *CTRL-<PageUp>* 216 :tabN[ext] {count}
|
| H A D | index.txt | 1191 |:bnext| :bn[ext] go to next buffer in the buffer list 1205 |:cNext| :cN[ext] go to previous error 1244 |:cnext| :cn[ext] go to next error 1381 |:lNext| :lN[ext] go to previous entry in location list 1468 |:next| :n[ext] go to next file in the argument list 1516 |:ptNext| :ptN[ext] |:tNext| in preview window 1520 |:ptnext| :ptn[ext] |:tnext| in preview window 1647 |:tNext| :tN[ext] jump to previous matching tag 1648 |:tabNext| :tabN[ext] go to previous tab page 1657 |:tabnext| :tabn[ext] go to next tab page [all …]
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | gitcommit.vim | 59 …call system(git." diff --cached --no-color --no-ext-diff ".extra." > ".(exists("*shellescape") ? s…
|