| /vim-8.2.3635/src/ |
| H A D | nbdebug.c | 37 static int lookup(char *); 64 } else if (wait_flags & WT_WAIT && lookup("~/.gvimwait")) { in nbdebug_wait() 66 } else if (wait_flags & WT_STOP && lookup("~/.gvimstop")) { in nbdebug_wait() 116 lookup(char *file) in lookup() function
|
| H A D | create_cmdidxs.vim | 5 " This is used to speed up lookup in cmdnames[]. 63 let output += [ ' * Table giving the index of the first command in cmdnames[] to lookup' ] 77 let output += [ ' * Table giving the index of the first command in cmdnames[] to lookup' ]
|
| H A D | ex_docmd.c | 3421 int (*lookup)(char_u *, size_t, int cmd, cctx_T *) UNUSED, in find_ex_command() 3437 if (lookup != NULL) in find_ex_command() 3587 || lookup(eap->cmd, p - eap->cmd, TRUE, cctx) == OK) in find_ex_command() 3615 && (lookup(eap->cmd, p - eap->cmd, TRUE, cctx) == OK in find_ex_command()
|
| H A D | Make_cyg_ming.mak | 1133 # Run vim script to generate the Ex command lookup table.
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | vim.vim | 44 " To allow tag lookup via CTRL-] for autoload functions, '#' must be a 48 " Use :help to lookup the keyword under the cursor with K.
|
| H A D | vroom.vim | 25 " To allow tag lookup and autocomplete for whole autoload functions, '#' must be
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | logiPat.vim | 165 fun! s:LP_PatPop(lookup) argument 166 " call Dfunc("LP_PatPop(lookup=".a:lookup.")")
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | quake.vim | 48 syn keyword quakeCommand +attack +back +forward +left +lookdown +lookup 54 syn keyword quakeCommand killserver -left -lookdown -lookup map
|
| H A D | monk.vim | 110 syn keyword monkFunc duplicate duplicate-strip file-check file-lookup get 111 syn keyword monkFunc insert list-lookup node-has-data? not-verify path?
|
| H A D | sqr.vim | 48 syn keyword sqrParagraph load-lookup 84 syn keyword sqrCommand graphic if input last-page let lookup
|
| H A D | lifelines.vim | 53 syn keyword lifelinesTable table insert lookup
|
| H A D | euphoria4.vim | 121 syn keyword euphoria4Library lock_memory log10 lookup lower malloc mapping
|
| H A D | pine.vim | 313 syn keyword pineOption quell-user-lookup-in-passwd-file
|
| H A D | 8th.vim | 68 Builtin long-days G:long-days long-months G:long-months longjmp G:longjmp lookup G:lookup loop G:l…
|
| H A D | sqlanywhere.vim | 41 syn keyword sqlFunction like_start list long_ulplan lookup max
|
| H A D | progress.vim | 74 …ike-sequential line-count[er] listi[ng] little-endian locked log-manager lookup machine-class map …
|
| /vim-8.2.3635/runtime/ |
| H A D | gvimrc_example.vim | 37 " For Win32 version, have "K" lookup the keyword in a help file
|
| /vim-8.2.3635/src/proto/ |
| H A D | ex_docmd.pro | 19 char_u *find_ex_command(exarg_T *eap, int *full, int (*lookup)(char_u *, size_t, int cmd, cctx_T *)…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_20.txt | 372 history, lookup a similar command, change it a bit and execute it. A search
|
| H A D | usr_41.txt | 645 gettext() lookup message translation 1560 A Dictionary stores key-value pairs. You can quickly lookup a value if you 1565 Now you can lookup words by putting the key in square brackets: > 1685 It's slightly different from the function above, using 'self.words' to lookup
|
| H A D | various.txt | 684 K Run a program to lookup the keyword under the
|
| H A D | os_vms.txt | 651 tag-lookup, work on the whole identifier. (Ctags on VMS also supports '$' in
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | phpcomplete.vim | 1620 " check Constant lookup 1629 " in file lookup for /* @var $foo Class */ 1635 " in file lookup for /* @var Class $foo */ 1652 " do in-file lookup of $var = new Class 1659 " in-file lookup for Class::getInstance() 1666 …" do in-file lookup for static method invocation of a built-in class, like: $d = DateTime::createF… 1926 " do in-file lookup for class definition 1970 " do in-file lookup for function definition 2906 " that lookup we compile a 'ClassName::MethodName':'info' dictionary from the
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_listdict.vim | 348 " lookup each items
|
| H A D | test_highlight.vim | 983 " commands that do color lookup.
|