Searched +refs:locate +refs:completion +refs:entry (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/vim-53/runtime/autoload/
H A Dada.vim2 " Description: Perform Ada specific completion & tagging.
44 for Item in ['abort', 'else', 'new', 'return', 'abs', 'elsif', 'not', 'reverse', 'abstract', 'end', 'null', 'accept', 'entry', 'select', 'access', 'exception', 'of', 'separate', 'aliased', 'exit', 'or', 'subtype', 'all', 'others', 'synchronized', 'and', 'for', 'out', 'array', 'function', 'overriding', 'tagged', 'at', 'task', 'generic', 'package', 'terminate', 'begin', 'goto', 'pragma', 'then', 'body', 'private', 'type', 'if', 'procedure', 'case', 'in', 'protected', 'until', 'constant', 'interface', 'use', 'is', 'raise', 'declare', 'range', 'when', 'delay', 'limited', 'record', 'while', 'delta', 'loop', 'rem', 'with', 'digits', 'renames', 'do', 'mod', 'requeue', 'xor']
185 \ 'E': ["entryspec", "task/protected data entry specifications"],
186 \ 'e': ["entry", "task/protected data entries"],
373 " locate the start of the word
405 " Word completion (^N/^R/^X^]) - force '.' inclusion
H A Dphpcomplete.vim1 " Vim completion script
7 " - Class aware completion:
9 " - Switching to HTML (XML?) completion (SQL) inside of phpStrings
10 " - allow also for XML completion <- better do html_flavor for HTML
11 " completion
35 " locate the start of the word
51 " If exists b:php_menu it means completion was already constructed we
135 " of 'kind' tag (not necessary in regular completion)
2497 \ 'ldap_add(': 'resource link_identifier, string dn, array entry | bool',
2519 \ 'ldap_mod_add(': 'resource link_identifier, string dn, array entry | boo
[all...]

Completed in 223 milliseconds