Home
last modified time | relevance | path

Searched refs:nm (Results 1 – 19 of 19) sorted by relevance

/vim-8.2.3635/runtime/syntax/
H A Drmd.vim31 let s:nm = matchstr(s:lng, '^[^=]*')
32 exe 'syn clear pandocDelimitedCodeBlock_'.s:nm
35 …n rmd'.s:nm.'ChunkDelim matchgroup=rmdCodeDelim start="^\s*```\s*{\s*'.s:nm.'\>" matchgroup=rmdCod…
36 …'.s:nm.'Chunk start="^\s*```\s*{\s*'.s:nm.'\>.*$" matchgroup=rmdCodeDelim end="^\s*```\ze\s*$" kee…
38 ….s:nm.'Chunk matchgroup=rmdCodeDelim start="^\s*```\s*{\s*'.s:nm.'\>.*$" matchgroup=rmdCodeDelim e…
42 unlet s:nm
76 let s:nm = substitute(s:type, '=.*', '', '')
79 let s:nm = s:type
84 …n rmd'.s:nm.'ChunkDelim matchgroup=rmdCodeDelim start="^\s*```\s*{\s*'.s:nm.'\>" matchgroup=rmdCod…
85 …md'.s:nm.'Chunk start="^\s*```\s*{\s*'.s:nm.'\>.*$" matchgroup=rmdCodeDelim end="^\s*```\ze\s*$" k…
[all …]
H A Dmaxima.vim132 syn keyword maximaFunc niceindicespref ninth nm nmc noeval nolabels nonmetricity
H A Dvim.vim428 syn keyword vimMap cm[ap] cno[remap] im[ap] ino[remap] lm[ap] ln[oremap] nm[ap] nn[oremap] no[rema…
/vim-8.2.3635/runtime/spell/en/
H A Den_CA.diff188 ! 0/nm
193 ! 2/nm
196 ! 3/nm
199 ! 4/nm
201 ! 5/nm
203 ! 6/nm
205 ! 7/nm
207 ! 8/nm
209 ! 9/nm
H A Den_US.diff193 ! 0/nm
198 ! 2/nm
201 ! 3/nm
204 ! 4/nm
206 ! 5/nm
208 ! 6/nm
210 ! 7/nm
212 ! 8/nm
214 ! 9/nm
/vim-8.2.3635/runtime/autoload/
H A Dgzip.vim160 let nm = resolve(expand("<afile>"))
161 let nmt = s:tempname(nm)
162 if rename(nm, nmt) == 0
168 call rename(nmt . "." . expand("<afile>:e"), nm)
177 let nm = expand("<afile>")
182 call s:set_compression(readfile(nm, "b", 1)[0])
188 if rename(nm, nmte) == 0
189 if &patchmode != "" && getfsize(nm . &patchmode) == -1
192 call rename(nmte, nm . &patchmode)
196 call rename(nmt, nm)
H A Drubycomplete.vim404 nm = "%s(::.*)*\", %s, \"" % [ name, nums.last ]
405 nums = eval( VIM::evaluate( vimfun % nm ) )
406 dprint "nm: \"%s\"" % nm
407 dprint "vimfun: %s" % (vimfun % nm)
/vim-8.2.3635/src/xdiff/
H A Dxprepare.c386 long i, nm, nreff, mlim; in xdl_cleanup_records() local
403 nm = rcrec ? rcrec->len2 : 0; in xdl_cleanup_records()
404 dis1[i] = (nm == 0) ? 0: (nm >= mlim) ? 2: 1; in xdl_cleanup_records()
411 nm = rcrec ? rcrec->len1 : 0; in xdl_cleanup_records()
412 dis2[i] = (nm == 0) ? 0: (nm >= mlim) ? 2: 1; in xdl_cleanup_records()
/vim-8.2.3635/runtime/
H A Dmenu.vim494 if nm != "en" && nm !~ '/'
495 let _nm = nm
795 let nm = substitute(nm, "[^A-Z]", 'Z', "g")
801nm[0]) - sp) * 0x800000 + (char2nr(nm[1]) - sp) * 0x20000 + (char2nr(nm[2]) - sp) * 0x1000 + (char…
805 let nm = substitute(a:name, ".", '\L\0', "")
807 if nm[0] < 'a' || nm[0] > 'z'
809 elseif nm[0] <= 'd'
811 elseif nm[0] <= 'h'
813 elseif nm[0] <= 'l'
815 elseif nm[0] <= 'p'
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_ex_mode.vim158 call assert_fails('call feedkeys("Qecho " .. bsl2 .. "\nm\nvisual\n", "xt")',
159 \ "E15: Invalid expression: \"\\\nm\"")
/vim-8.2.3635/src/
H A Duserfunc.c4600 char_u *nm = name; in function_exists() local
4609 p = trans_function_name(&nm, &is_global, FALSE, flag, NULL, NULL, NULL); in function_exists()
4610 nm = skipwhite(nm); in function_exists()
4614 if (p != NULL && (*nm == NUL || *nm == '(')) in function_exists()
4624 char_u *nm = name; in get_expanded_name() local
4628 p = trans_function_name(&nm, &is_global, FALSE, in get_expanded_name()
4631 if (p != NULL && *nm == NUL in get_expanded_name()
H A Dos_mswin.c1065 NONCLIENTMETRICS nm; in PrintDlgProc() local
1073 nm.cbSize = sizeof(NONCLIENTMETRICS); in PrintDlgProc()
1077 &nm, in PrintDlgProc()
1084 hfont = CreateFontIndirect(&nm.lfMessageFont); in PrintDlgProc()
H A Dgui_w32.c4390 NONCLIENTMETRICSW nm; in gui_w32_get_menu_font() local
4392 nm.cbSize = sizeof(NONCLIENTMETRICSW); in gui_w32_get_menu_font()
4396 &nm, in gui_w32_get_menu_font()
4399 *lf = nm.lfMenuFont; in gui_w32_get_menu_font()
/vim-8.2.3635/runtime/doc/
H A Dmap.txt50 :nm[ap] {lhs} {rhs} |mapmode-n| *:nm* *:nmap*
122 :nm[ap] |mapmode-n|
137 :nm[ap] {lhs} |mapmode-n| *:nmap_l*
H A Dif_cscop.txt363 http://iamphet.nm.ru/cscope/index.html
H A Dnetbeans.txt150 XPM by yourself or use precompiled libraries from http://iamphet.nm.ru/misc/
H A Dindex.txt1470 |:nmap| :nm[ap] like ":map" but for Normal mode
H A Dtags2823 :nm map.txt /*:nm*
/vim-8.2.3635/src/po/
H A Dtr.po1401 msgstr "[uzun satırlar bölünmüş]"
3031 msgstr "-reverse\t\tTersine dönmüş video kullan (kısa: -rv)"
3034 msgstr "+reverse\t\tTersine dönmüş video kullanma (kısa: +rv)"
4755 msgstr "E167: :scriptencoding kaynak alınmış bir dosyanın dışında kullanıldı"
4758 msgstr "E984: :scriptversion kaynak alınmış bir dosyanın dışında kullanıldı"
4765 msgstr "E168: :finish kaynak alınmış bir dosyanın dışında kullanıldı"
6560 msgstr "E443: Başka bir pencere bölünmüşken döndürme yapılamaz"
6984 msgstr "E1082: Ad alanına alınmış bir değişken kullanılamaz: %s"