Home
last modified time | relevance | path

Searched refs:ext (Results 1 – 25 of 64) sorted by relevance

123

/vim-8.2.3635/runtime/tutor/
H A Dtutor.vim14 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 Dtest_help.vim57 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 Dtest_fnamemodify.vim45 call mkdir($HOME . '/XXXXXXXX/a.ext', 'p')
46 call assert_equal('~/XXXXXXXX/a.ext/foo', fnamemodify($HOME . '/XXXXXXXX/a.ext/foo', ':p:~:.'))
H A Dtest_help_tagjump.vim292 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 Dtest23.in74 test te�xt test text [\x00-\x10]
/vim-8.2.3635/runtime/syntax/
H A Dlisp.vim406 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 Daml.vim22 …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…
32ext] polygonb[ordertex] polygond[ots] polygone[vents] polygonevents polygonl[ines] polygons polygo…
33ext] 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 Dvim.vim22ext] colo[rscheme] cons[t] cs d[elete] delel delf[unction] dif[fupdate] difft[his] dli[st] ds[earc…
24ext] breakd[el] bw[ipeout] cabo[ve] cat[ch] ccl[ose] cfdo chd[ir] class cnf[ile] comc[lear] cp[rev…
25ext] cad[dbuffer] cb[uffer] cd cfir[st] che[ckpath] cle[arjumps] cnor comp[iler] cpf[ile] cun def …
26ext] bel[owright] bp[revious] bro[wse] cNf[ile] cadde[xpr] cbe[fore] cdo cg[etfile] checkt[ime] cl…
27ext] 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 Dasmh8300.vim28 syn match asmOpcode "ext[su]\.[lw]"
H A Dconfig.vim30 " This shortens the script, see syn-ext-match..
H A Ddracula.vim32 syn match draculastatement "^ *\(sel\|width\|ext\|enc\|area\|shrink\|grow\|length\)"
/vim-8.2.3635/src/
H A Dhelp.c955 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 Dgui_beval.c1107 XFontSetExtents *ext; in drawBalloon()
1110 ext = XExtentsOfFontSet(fset); in drawBalloon()
1111 h = ext->max_ink_extent.height; in drawBalloon()
H A Dfileio.c3500 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 Dfileio.pro25 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 Dgui.pro61 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 Dgui_gtk.pro16 char_u *gui_mch_browse(int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_…
H A Dgui_athena.pro31 char_u *gui_mch_browse(int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_…
H A Dgui_motif.pro33 char_u *gui_mch_browse(int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_…
H A Dfilepath.pro33 char_u *do_browse(int flags, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_u *fil…
H A Dgui_photon.pro10 char_u *gui_mch_browse(int saving, char_u *title, char_u *default_name, char_u *ext, char_u *initdi…
H A Dgui_haiku.pro83 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 Dtabpage.txt184 :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 Dindex.txt1191 |: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 Dgitcommit.vim59 …call system(git." diff --cached --no-color --no-ext-diff ".extra." > ".(exists("*shellescape") ? s…

123