| /vim-8.2.3635/src/testdir/ |
| H A D | test_fnamemodify.vim | 77 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 D | test_filetype.vim | 471 \ 'spec': ['file.spec'], 847 call writefile([' <!doctype dsssl-spec ['], 'dslfile.dsl')
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | wast.vim | 17 " 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 D | desktop.vim | 9 " - 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 D | spec.vim | 1 " 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 D | erlang.vim | 47 …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 D | eviews.vim | 43 …extcolor setwidth sheet show signalgraphs smooth smpl solve solveopt sort spec spike sspace statby…
|
| H A D | xml.vim | 100 " namespace spec
|
| H A D | upstreamdat.vim | 296 syn match upstreamdat_Filespec /file spec\c \d\{1,3}.*/
|
| H A D | upstreamrpt.vim | 298 syn match upstreamdat_Filespec /file spec\c \d\{1,3}.*/
|
| H A D | ada.vim | 25 " The formal spec of Ada 2005 (ARM) is the "Ada 2005 Reference Manual".
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | pi_spec.txt | 5 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 D | print.txt | 319 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 D | help.txt | 222 |pi_spec.txt| Filetype plugin to work with rpm spec files
|
| H A D | filetype.txt | 711 RPM SPEC *ft-spec-plugin*
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | spec.vim | 1 " 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 D | 32state_flow.test | 5 # https://blueprints.launchpad.net/libvterm/+spec/reflow-cases
|
| /vim-8.2.3635/.github/ |
| H A D | CODEOWNERS | 116 runtime/ftplugin/spec.vim @ignatenkobrain 245 runtime/syntax/spec.vim @ignatenkobrain
|
| /vim-8.2.3635/src/ |
| H A D | gui_x11.c | 2232 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 D | if_py_both.h | 1211 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 D | haskellcomplete.vim | 485 \ , "-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 D | syntaxcomplete.vim | 787 function! OmniSyntaxShowChars(spec) argument 789 for item in split(a:spec, ',')
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | erlang.vim | 711 " 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 D | makemenu.vim | 556 SynMenu Sn-Sy.SPEC\ (Linux\ RPM):spec
|
| H A D | filetype.vim | 1724 au BufNewFile,BufRead *.spec setf spec
|