| /vim-8.2.3635/runtime/autoload/xml/ |
| H A D | xsl.vim | 22 … \ 'namespace-alias' : [[], {'stylesheet-prefix' : ['#default'], 'result-prefix' : ['#default']}], 31 …'import', 'attribute-set', 'decimal-format', 'include', 'key', 'namespace-alias', 'output', 'param… 34 …'import', 'attribute-set', 'decimal-format', 'include', 'key', 'namespace-alias', 'output', 'param…
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | sqlcomplete.vim | 52 " name or table alias was provided (Jonas Enberg). 55 " consider the partial name to be a table or table alias for the 143 " Default the option to verify table alias 329 " without a table name of alias present, assume they want 390 " without a table name of alias present, assume they want 411 " for a table (and or an alias to a table). 508 " Match to a owner.table or alias.column type match 822 " by its alias, assuming the table_name provided was actually 823 " the alias for the table instead 881 " '\s\+\<'.table_name.'\>' - Followed by the alias [all …]
|
| H A D | python3complete.vim | 559 for mod, alias in imports: 561 if len(alias) > 0: loc += " as %s" % alias 570 for name, alias in names: 572 if len(alias) > 0: loc += " as %s" % alias
|
| H A D | pythoncomplete.vim | 577 for mod, alias in imports: 579 if len(alias) > 0: loc += " as %s" % alias 588 for name, alias in names: 590 if len(alias) > 0: loc += " as %s" % alias
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | radiance.vim | 34 syn keyword radianceExtraType contained alias instance 61 " type color as well, and the int count (or alias reference) gets id color. 63 syn region radianceID start="\<alias\>" end="\<\k*\>" contains=radianceExtraType
|
| H A D | modconf.vim | 22 syn keyword modconfPreProc alias define include keep prune
|
| H A D | mailaliases.vim | 2 " Language: aliases(5) local alias database file
|
| H A D | tcsh.vim | 45 " (un)alias, if, while, else, bindkey 62 " alias and unalias (contains special aliases) 64 syn keyword tcshBuiltin nextgroup=tcshAliCmd skipwhite alias unalias
|
| H A D | dune.vim | 23 …lispDecl jbuild_version library executable executables rule ocamllex ocamlyacc menhir alias install
|
| H A D | readline.vim | 351 \ alias-expand-line 352 \ history-and-alias-expand-line
|
| H A D | reva.vim | 76 Builtin >class >lz >name >xt alias alias: appname argc asciiz, asciizl,
|
| H A D | xslt.vim | 48 syn match xslElement '\%(xsl:\)\@<=namespace-alias'
|
| H A D | btm.vim | 93 syn keyword btmBuiltInFunc contained alias ascii attrib cdrom 150 syn keyword btmCommand alias append assign attrib
|
| H A D | systemverilog.vim | 37 syn keyword systemverilogStatement alias matches solve static assert
|
| H A D | privoxy.vim | 54 syn match privoxyHeader "^\s*\zs{{\%(alias\|settings\)}}\ze\s*$"
|
| H A D | amiga.vim | 44 syn keyword amiKey alias date fixfonts lab printergfx setfont
|
| H A D | xkb.vim | 44 syn keyword xkbIdentifier action affect alias allowExplicit approx baseColor button clearLocks colo…
|
| H A D | ampl.vim | 79 syn keyword amplBuiltInFunction abs acos acosh alias asin
|
| H A D | mel.vim | 29 sy keyword melKeyword alias
|
| H A D | elm.vim | 15 syn keyword elmAlias alias
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | zimbu.vim | 93 iabbr <buffer> <expr> alias GCUpperSpace("alias") 141 \ " | iunabbr <buffer> alias" ..
|
| H A D | logtalk.dict | 10 alias
|
| H A D | eiffel.vim | 34 …=\|rescue\|_then\|elseif\|else\|when\|\s\@<=invariant\|_until\|_loop\|variant\|_as\|alias\)\>\):' .
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | ft_sql.txt | 565 decide on a reasonable table alias. You are then prompted to 566 either accept of change the alias. Press OK. 568 replaced with the comma separate list of columns with the alias 584 In INSERT mode after typing the final "c." which is an alias for the 589 "customer c", "c" is an alias for the customer table. The optional "AS" 618 a column list, an alias can be prepended to the beginning of each 621 n - do not use an alias 622 d - use the default (calculated) alias 623 a - ask to confirm the alias name 625 An alias is determined following a few rules:
|
| /vim-8.2.3635/src/ |
| H A D | eval.c | 3404 char_u *alias; in eval7() local 3587 len = get_name_len(arg, &alias, evaluate, TRUE); in eval7() 3588 if (alias != NULL) in eval7() 3589 s = alias; in eval7() 3644 vim_free(alias); in eval7() 3899 char_u *alias; in eval_method() local 3909 if (alias != NULL) in eval_method() 3910 name = alias; in eval_method() 5502 char_u **alias, in get_name_len() argument 5511 *alias = NULL; // default to no alias in get_name_len() [all …]
|