Searched refs:tagfile (Results 1 – 20 of 20) sorted by relevance
| /vim-8.2.3635/runtime/doc/ |
| H A D | vim2html.pl | 31 my($tagfile) = @_; 34 open(TAGS,"$tagfile") || die "can't read tags\n";
|
| H A D | tagsrch.txt | 550 1. {tagname} {TAB} {tagfile} {TAB} {tagaddress} 551 2. {tagname} {TAB} {tagfile} {TAB} {tagaddress} {term} {field} .. 570 {tagfile}. 571 {tagfile} The file that contains the definition of {tagname}. It can 664 {tagfile}:{tagname} {TAB} {tagfile} {TAB} {tagaddress} 669 local, only referenced in the file {tagfile}. Note that for the static tag, 670 the two occurrences of {tagfile} must be exactly the same. Also see
|
| H A D | cmdline.txt | 405 The 'wildoptions' option can be set to "tagfile" to list the
|
| H A D | options.txt | 8968 tagfile When using CTRL-D to list matching tags, the kind of
|
| H A D | version7.txt | 682 'wildoptions' "tagfile" value enables listing the file name of
|
| H A D | version8.txt | 16059 Problem: When setting wildoptions=tagfile the completion context is not set 46162 Problem: Error when appending "tagfile" to 'wildoptions'.
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_taglist.vim | 223 " Test for :tag command completion with 'wildoptions' set to 'tagfile' 227 set wildoptions=tagfile
|
| H A D | gen_opt_test.vim | 155 \ 'wildoptions': [['', 'tagfile'], ['xxx']],
|
| H A D | test_options.vim | 66 set wildoptions+=tagfile 67 set wildoptions+=tagfile 68 call assert_equal('tagfile', &wildoptions)
|
| H A D | test_tagjump.vim | 610 " 'tagfile' 611 set wildoptions=tagfile
|
| H A D | test_cmdline.vim | 657 set wildoptions=tagfile
|
| /vim-8.2.3635/src/proto/ |
| H A D | findfile.pro | 2 …s, int level, int free_visited, int find_what, void *search_ctx_arg, int tagfile, char_u *rel_fnam…
|
| /vim-8.2.3635/src/ |
| H A D | findfile.c | 308 int tagfile, // expanding names of tags files in vim_findfile_init() argument 328 search_ctx->ffsc_tagfile = tagfile; in vim_findfile_init() 362 && (!tagfile || vim_strchr(p_cpo, CPO_DOTTAG) == NULL) in vim_findfile_init()
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | phpcomplete.vim | 1146 " build a string with format of "<tagfile>:<mtime>$<tagfile2>:<mtime2>..." 1148 for tagfile in sort(tagfiles()) 1149 let cache_checksum .= fnamemodify(tagfile, ':p').':'.getftime(tagfile).'$'
|
| /vim-8.2.3635/runtime/ |
| H A D | optwin.vim | 1108 …call <SID>AddOption("wildoptions", gettext("empty or \"tagfile\" to list file name of matching tag…
|
| /vim-8.2.3635/src/po/ |
| H A D | sr.po | 9346 msgid "empty or \"tagfile\" to list file name of matching tags" 9347 msgstr "празно или „tagfile” за испис имена фајла ознака које се подударају"
|
| H A D | it.po | 8879 msgid "empty or \"tagfile\" to list file name of matching tags" 8880 msgstr "empty o \"tagfile\" per listare nome file dei tag corrispondenti"
|
| H A D | de.po | 9172 msgid "empty or \"tagfile\" to list file name of matching tags" 9173 msgstr "leer oder \"tagfile\" um Dateinamen von passenden Tags anzuzeigen"
|
| H A D | tr.po | 9323 msgid "empty or \"tagfile\" to list file name of matching tags" 9324 msgstr "eşleşen etiketlerin dosya adını listelemek için boş veya \"tagfile\""
|
| H A D | ca.po | 1623 # :set wop=tagfile
|