Home
last modified time | relevance | path

Searched refs:spec (Results 1 – 25 of 32) sorted by relevance

12

/vim-8.2.3635/src/testdir/
H A Dtest_fnamemodify.vim77 call assert_equal('rb', fnamemodify('a.spec.rb', ':e:r'))
78 call assert_equal('rb', fnamemodify('a.spec.rb', ':e:r'))
79 call assert_equal('spec.rb', fnamemodify('a.spec.rb', ':e:e'))
80 call assert_equal('spec', fnamemodify('a.spec.rb', ':e:e:r'))
81 call assert_equal('spec', fnamemodify('a.spec.rb', ':e:e:r:r'))
82 call assert_equal('spec', fnamemodify('a.b.spec.rb', ':e:e:r'))
83 call assert_equal('b.spec', fnamemodify('a.b.spec.rb', ':e:e:e:r'))
84 call assert_equal('b', fnamemodify('a.b.spec.rb', ':e:e:e:r:r'))
86 call assert_equal('spec', fnamemodify('a.b.spec.rb', ':r:e'))
87 call assert_equal('b', fnamemodify('a.b.spec.rb', ':r:r:e'))
H A Dtest_filetype.vim471 \ 'spec': ['file.spec'],
847 call writefile([' <!doctype dsssl-spec ['], 'dslfile.dsl')
/vim-8.2.3635/runtime/syntax/
H A Dwast.vim17 " https://webassembly.github.io/spec/core/text/instructions.html
21 " https://webassembly.github.io/spec/core/text/instructions.html#control-instructions
23 " https://webassembly.github.io/spec/core/text/instructions.html#parametric-instructions
27 " https://webassembly.github.io/spec/core/text/values.html#text-id
32 " https://webassembly.github.io/spec/core/text/values.html#strings
37 " https://webassembly.github.io/spec/core/text/values.html#floating-point
43 " https://webassembly.github.io/spec/core/text/values.html#integers
48 " https://webassembly.github.io/spec/core/text/lexical.html#comments
55 " https://webassembly.github.io/spec/core/text/types.html
60 " https://webassembly.github.io/spec/core/text/modules.html
H A Ddesktop.vim9 " - https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.5.html (2020-04-…
10 " - https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-0.11.html (2006-02-07)
121 " https://specifications.freedesktop.org/menu-spec/menu-spec-1.0.html#category-registry
H A Dspec.vim1 " Filename: spec.vim
78 " here's is all the spec sections definitions: PreAmble, Description, Package,
185 "spec colors
224 let b:current_syntax = "spec"
H A Derlang.vim47 …e\|see\|since\|title\|version\|deprecated\|hidden\|param\|private\|equiv\|spec\|throws\)' contained
100 syn match erlangType '^\s*-\%(\s\|\n\|%.*\n\)*\%(spec\|type\|opaque\|callback\)\>' contains=er…
H A Deviews.vim43 …extcolor setwidth sheet show signalgraphs smooth smpl solve solveopt sort spec spike sspace statby…
H A Dxml.vim100 " namespace spec
H A Dupstreamdat.vim296 syn match upstreamdat_Filespec /file spec\c \d\{1,3}.*/
H A Dupstreamrpt.vim298 syn match upstreamdat_Filespec /file spec\c \d\{1,3}.*/
H A Dada.vim25 " The formal spec of Ada 2005 (ARM) is the "Ada 2005 Reference Manual".
/vim-8.2.3635/runtime/doc/
H A Dpi_spec.txt5 This is a filetype plugin to work with rpm spec files.
8 section in RPM spec files. It will even create a section for you if it
14 1. How to use it |spec-how-to-use-it|
15 2. Customizing |spec-customizing|
18 1. How to use it *spec-how-to-use-it*
24 It means that you may run the plugin inside a spec file by pressing
37 Setting a map *spec-setting-a-map*
46 au FileType spec map <buffer> <F5> <Plug>SpecChangelog
51 This command will add a map only in the spec file buffers.
55 2. Customizing *spec-customizing*
[all …]
H A Dprint.txt319 left:{spec} left margin (default: 10pc)
320 right:{spec} right margin (default: 5pc)
321 top:{spec} top margin (default: 5pc)
322 bottom:{spec} bottom margin (default: 5pc)
323 {spec} is a number followed by "in" for inches, "pt"
H A Dhelp.txt222 |pi_spec.txt| Filetype plugin to work with rpm spec files
H A Dfiletype.txt711 RPM SPEC *ft-spec-plugin*
/vim-8.2.3635/runtime/ftplugin/
H A Dspec.vim1 " Plugin to update the %changelog section of RPM spec files
2 " Filename: spec.vim
40 spec = rpm.spec(specfile)
41 headers = spec.sourceHeader
197 " make it easy to navigate the different sections of a spec file
/vim-8.2.3635/src/libvterm/t/
H A D32state_flow.test5 # https://blueprints.launchpad.net/libvterm/+spec/reflow-cases
/vim-8.2.3635/.github/
H A DCODEOWNERS116 runtime/ftplugin/spec.vim @ignatenkobrain
245 runtime/syntax/spec.vim @ignatenkobrain
/vim-8.2.3635/src/
H A Dgui_x11.c2232 char spec[8]; // space enough to hold "#RRGGBB" in gui_mch_get_rgb_color()
2233 vim_snprintf(spec, sizeof(spec), "#%.2x%.2x%.2x", r, g, b); in gui_mch_get_rgb_color()
2234 if (XParseColor(gui.dpy, colormap, (char *)spec, &available) != 0 in gui_mch_get_rgb_color()
H A Dif_py_both.h1211 PyObject *spec; in FinderFindSpec() local
1219 spec = PyObject_CallFunction(py_find_spec, "sOO", fullname, paths, target); in FinderFindSpec()
1223 if (!spec) in FinderFindSpec()
1232 return spec; in FinderFindSpec()
/vim-8.2.3635/runtime/autoload/
H A Dhaskellcomplete.vim485 \ , "-fno-spec-constr"
578 \ , "-ddump-spec"
950 \ , "-fno-spec-constr"
952 \ , "-fno-spec-constr-count"
954 \ , "-fno-spec-constr-keen"
956 \ , "-fno-spec-constr-threshold"
1125 \ , "-ddump-spec"
H A Dsyntaxcomplete.vim787 function! OmniSyntaxShowChars(spec) argument
789 for item in split(a:spec, ',')
/vim-8.2.3635/runtime/indent/
H A Derlang.vim711 " Are we after a "-spec func() ...;" clause?
716 if !empty(next2_indtoken) && next2_indtoken[0] =~# 'spec'
724 call s:Log(' Stack is ["->", ";"], so LTI is in a "-spec" ' .
/vim-8.2.3635/runtime/
H A Dmakemenu.vim556 SynMenu Sn-Sy.SPEC\ (Linux\ RPM):spec
H A Dfiletype.vim1724 au BufNewFile,BufRead *.spec setf spec

12