Home
last modified time | relevance | path

Searched refs:kind (Results 1 – 25 of 131) sorted by relevance

123456

/vim-8.2.3635/runtime/autoload/
H A Dccomplete.vim152 let kind = 'v'
166 let res = [{'match': match, 'tagline' : '', 'kind' : kind, 'info' : line}]
171 let kind = 'v'
189 call filter(tags, 'has_key(v:val, "kind") ? v:val["kind"] != "m" : 1')
202 call filter(diclist, 'has_key(v:val, "kind") ? v:val["kind"] != "m" : 1')
281 let kind = a:val['kind']
282 let res['kind'] = kind
283 if kind == 'v'
286 elseif kind == 'f'
329 let d['kind'] = l[i]
[all …]
H A Dadacomplete.vim49 if l:Tag_Item['kind'] == ''
57 \ 'kind': 's',
64 let l:Info .= 'Of type : ' . g:ada#Ctags_Kinds[l:Tag_Item['kind']][1] . "\n"
87 \ 'kind': l:Tag_Item['kind'],
H A Dada.vim53 \ 'kind': 'k',
65 \ 'kind': 'k',
77 \ 'kind': 'x',
89 \ 'kind': 'x',
101 \ 'kind': 't',
113 \ 'kind': 't',
125 \ 'kind': 'a',
137 \ 'kind': 'a',
149 \ 'kind': 'p',
161 \ 'kind': 'p',
[all …]
H A Dphpcomplete.vim262 elseif (tag.kind ==? 'c' || tag.kind ==? 'i' || tag.kind ==? 't')
438 elseif tag.kind ==? 'c' || tag.kind ==? 'i' || tag.kind ==? 't'
584 \ 'kind':'f'}]
699 \ 'kind':'f'}]
804 call add(res, {'word': c_name, 'kind': kind})
1071 \ 'kind':'v'}]
1081 \ 'kind':'d'}]
1095 \ 'kind':'f'}]
1944 if tag.kind == 'c' || tag.kind == 'i' || tag.kind == 't'
2625 if (tag.kind == 'c' || tag.kind == 'i' || tag.kind == 't') && tag.name == classname
[all …]
H A Dnetrw_gitignore.vim16 " warranty of any kind, either expressed or implied. By using
H A Djavascriptcomplete.vim630 let kind = 'f'
637 let kind = 'v'
640 let final_menu += [{'word':item, 'menu':m_info, 'kind':kind}]
/vim-8.2.3635/src/testdir/
H A Dtest_taglist.vim26 call assert_equal('v', kindly[0]['kind'])
33 call assert_equal('λ', lambda[0]['kind'])
37 call assert_equal('d', cmd[0]['kind'])
157 \ 'kind' : 'v',
176 \ 'kind' : 'v',
196 \ 'kind' : 'f',
H A Dtest_tagfunc.vim8 \ 'cmd': '2', 'name': 'nothing'.num, 'kind': 'm',
23 \ 'kind': 'm', 'filename': 'Xfile1'}, taglist('.')[1])
H A Dtest_ins_complete.vim200 \ 'kind': 'W',
216 call assert_equal( 'W', v:completed_item[ 'kind' ] )
269 \ 'kind': 'W',
281 call assert_equal( 'W', v:completed_item[ 'kind' ] )
314 call assert_equal( '', v:completed_item[ 'kind' ] )
359 …, 'items': [{'word': 'matched', 'menu': '', 'user_data': '', 'info': '', 'kind': '', 'abbr': ''}]}…
H A Dtest_popup.vim1051 \ {'word': 'Jan', 'menu': 'January', 'user_data': '', 'info': '', 'kind': '', 'abbr': ''},
1052 \ {'word': 'Feb', 'menu': 'February', 'user_data': '', 'info': '', 'kind': '', 'abbr': ''},
1053 \ {'word': 'Mar', 'menu': 'March', 'user_data': '', 'info': '', 'kind': '', 'abbr': ''},
1054 \ {'word': 'Apr', 'menu': 'April', 'user_data': '', 'info': '', 'kind': '', 'abbr': ''},
1055 \ {'word': 'May', 'menu': 'May', 'user_data': '', 'info': '', 'kind': '', 'abbr': ''}
/vim-8.2.3635/src/
H A Dex_cmds.c3443 char_u *kind; in ex_z() local
3461 kind = x; in ex_z()
3462 if (*kind == '-' || *kind == '+' || *kind == '=' in ex_z()
3463 || *kind == '^' || *kind == '.') in ex_z()
3484 if (*kind == '=') in ex_z()
3490 if (*kind == '-' || *kind == '+') in ex_z()
3491 for (x = kind + 1; *x == *kind; ++x) in ex_z()
3494 switch (*kind) in ex_z()
3497 start = lnum - bigness * (linenr_T)(x - kind) + 1; in ex_z()
3523 if (*kind == '+') in ex_z()
[all …]
/vim-8.2.3635/runtime/tools/
H A Defm_filter.txt8 The compiler that generates this kind of error messages (4 lines):
/vim-8.2.3635/runtime/syntax/
H A Dfortran.vim215 syn match fortranStorageClass "\<kind\s*="me=s+4
237 syn match fortranIntrinsic "\<kind\>\s*[(,]"me=s+4
411 …precision \)\s*\((\(\s*kind\s*=\)\=\s*\w\+\s*)\)\=\)\|type\s\+(\s*\w\+\s*) \|character \((\(\s*len…
421 …precision \)\s*\((\(\s*kind\s*=\)\=\s*\w\+\s*)\)\=\)\|type\s\+(\s*\w\+\s*) \|character \((\(\s*len…
H A Dada.vim56 if b:Item['kind'] == "x"
59 if b:Item['kind'] == "a"
68 if b:Item['kind'] == "t" && exists ("g:ada_standard_types")
H A Ddune.vim30 syn keyword lispKey library_flags c_flags c_library_flags kind package action
H A Dave.vim37 " 'not' is a kind of a problem: It's an Operator as well as a method
H A Dsnnspat.vim22 " hoping that matches any kind of notation...
H A Dlprolog.vim56 syn keyword lprologKeyword kind exportdef useonly
H A Dmodula2.vim32 " The following may be discussed, since NEW and DISPOSE are some kind of
H A Dterminfo.vim55 \ kind kFND kHLP kHOM kIC kLFT kMSG kMOV kNXT
H A Dlout.vim48 " All kind of Lout keywords
H A D8th.vim48 Builtin ;;; G:;;; ;with G:;with <# G:<# <#> G:<#> >clip G:>clip >json G:>json >kind G:>kind >n G:>n
175 … exec-cb db:exec-cb exec-name db:exec-name get db:get get-sub db:get-sub key db:key kind? db:kind?
223 Builtin fmod n:fmod frac n:frac gcd n:gcd int n:int invmod n:invmod kind? n:kind? lcm n:lcm ln n:ln
/vim-8.2.3635/runtime/plugin/
H A DzipPlugin.vim11 " of any kind, either expressed or implied. By using this
/vim-8.2.3635/runtime/doc/
H A Dtagsrch.txt236 # pri kind tag file
248 The "kind" column gives the kind of tag, if this was
603 There is one field that doesn't have a ':'. This is the kind
604 of the tag. It is handled like it was preceded with "kind:".
925 kind Type of the tag.
H A Drileft.txt35 as this kind of support is out of the scope of a simple addition to an

123456