Home
last modified time | relevance | path

Searched refs:sc (Results 1 – 25 of 35) sorted by relevance

12

/vim-8.2.3635/src/VisVim/
H A DOleAut.cpp407 #define CASE_SCODE(sc) \ argument
408 case sc: \
409 lstrcpy((char*)ErrName, (char*)#sc); \
416 SCODE sc = GetScode (m_hResult); in ErrDiag() local
417 switch (sc) in ErrDiag()
H A DCommands.cpp642 SCODE sc = GetScode(VimOle.GetResult()); in VimErrDiag() local
643 if (sc == CO_E_CLASSSTRING) in VimErrDiag()
/vim-8.2.3635/runtime/syntax/
H A Dpcap.vim22 syn match pcapKeyword contained ':\(fo\|hl\|ic\|rs\|rw\|sb\|sc\|sf\|sh\)'
H A Dterminfo.vim64 \ vpa sc ind ri scs sgr setbsmgb smgbp sclk
H A Dxpm.vim62 let color = substitute(s, '".*\sc\s\+\(.\{-}\)\s*\(\(g4\=\|[ms]\)\s.*\)*\s*"', '\1', '')
H A Dxpm2.vim69 let color = substitute(s, '.*\sc\s\+\(.\{-}\)\s*\(\(g4\=\|[ms]\)\s.*\)*\s*', '\1', '')
H A Dindent.vim119 \ -sc --start-left-side-of-comments
H A Dwml.vim50 syn keyword htmlTagName contained ps ds pi ein big sc spaced headline
H A Dtexinfo.vim69 syn match texinfoSpecialChar "@sc" contained
70 syn region texinfoBrcPrmAtCmd matchgroup=texinfoAtCmd start="@sc{" end="}" contains=texinfoSpecialC…
H A Dcucumber.vim22 …io_outline": "N\\%u00e1\\%u010drt Sc\\%u00e9n\\%u00e1\\%u0159e\\>\\|Osnova sc\\%u00e9n\\%u00e1\\%u…
38 …\|Soit\\>", "scenario": "Sc\\%u00e9nario\\>", "scenario_outline": "Plan du sc\\%u00e9nario\\>\\|Pl…
H A Dsisu.vim103 …tifier,sisu_error matchgroup=sisu_contain start="^{\(t\|table\)\(\~h\)\?\(\sc[0-9]\+;\)\?[0-9; ]*}…
H A Daml.vim33 …xt] rp rs rt rt[l] rtl rv rw sa sai sample samples[ig] sav[e] savecolormap sc scal[ar] scat[tergra…
H A Dredif.vim720 …r\|qa\|re\|ro\|ru\|rw\|bl\|sh\|kn\|lc\|mf\|pm\|vc\|ws\|sm\|st\|sa\|sn\|rs\|sc\|sl\|sg\|sx\|sk\|si\…
764 …\|pdc\|pi\|pih\|pl\|pms\|ps\|pt\|qu\|rm\|rmy\|rn\|ro\|roa-rup\|ru\|rw\|sa\|sc\|scn\|sco\|sd\|se\|s…
H A Dvim.vim23 …t] py3f[ile] pyx r[ead] redrawt[abline] ri[ght] rundo sIl sal[l] sbf[irst] sc scp se[t] sg sgn sie…
33 …rldll pmbcs printdevice prompt pythondll quickfixtextfunc remap rl rubydll sc scrolljump selection…
H A Dprogress.vim153 …ovable column-of column-pfc[olor] column-read-only column-resizable column-sc[rolling] com-handle …
H A Dclojure.vim108 syntax match clojureRegexpUnicodeCharClass "\v\\[pP]\{\c%(Is|sc\=|script\=)%(k%(its|h%(oj%(ki)?|m%(…
/vim-8.2.3635/runtime/autoload/
H A Dpython3complete.vim131 sc = self.parser.parse(text,line)
132 src = sc.get_code()
136 for l in sc.locals:
H A Dpythoncomplete.vim148 sc = self.parser.parse(text,line)
149 src = sc.get_code()
153 for l in sc.locals:
/vim-8.2.3635/runtime/
H A Dtermcap54 :sc=\E7:rc=\E8:cs=\E[%i%d;%dr:
H A Doptwin.vim133 let s:old_sc = &sc
728 let &sc = s:old_sc
729 call <SID>BinOptionG("sc", &sc)
1457 let &sc = s:old_sc
/vim-8.2.3635/src/
H A Dex_cmds.c4199 colnr_T sc, ec; in ex_substitute() local
4204 getvcol(curwin, &curwin->w_cursor, &sc, NULL, NULL); in ex_substitute()
4213 sc += numw; in ex_substitute()
4217 for (i = 0; i < (long)sc; ++i) in ex_substitute()
H A Dspellfile.c4337 char_u *sc; in getroom_save() local
4339 sc = (char_u *)getroom(spin, STRLEN(s) + 1, FALSE); in getroom_save()
4340 if (sc != NULL) in getroom_save()
4341 STRCPY(sc, s); in getroom_save()
4342 return sc; in getroom_save()
H A Dviminfo.c1517 int sc) // dir char in wvsp_one() argument
1531 sc); in wvsp_one()
/vim-8.2.3635/src/po/
H A Dga.po3219 msgstr "-display <sc�ile�n>\tRith Vim ar <sc�ile�n>"
3274 msgstr "-display <sc�ile�n>\tRith Vim ar <sc�ile�n> (fosta: --display)"
3942 msgstr " SP�S/d/j: sc�ile�n/leathanach/l�ne s�os, b/u/k: suas, q: scoir "
4534 msgstr "Th�g %ld ms chun an sc�ile�n X a oscailt"
4544 msgstr "Theip ar th�st�il an sc�ile�in X"
4547 msgstr "Oscailt an sc�ile�in X thar am"
4623 msgstr "Theip ar oscailt an sc�ile�in X"
6673 msgstr "E233: n� f�idir an sc�ile�n a oscailt"
6749 msgstr "E359: N� f�idir an m�d sc�ile�in a shocr�"
7383 #~ msgstr "--display <sc�ile�n>\tRith vim ar <sc�ile�n>"
/vim-8.2.3635/src/testdir/
H A Dtest_filetype.vim436 \ 'scala': ['file.scala', 'file.sc'],

12