| /vim-8.2.3635/src/testdir/ |
| H A D | test_taglist.vim | 16 set tags=Xtags 43 set tags& 63 set tags& 82 set tags& 87 tags 105 set tags& 124 set tags& 140 set tags& 160 set tags& 180 set tags& [all …]
|
| H A D | test_tagjump.vim | 18 set tags=Xtags 53 set tags& 71 set tags& 88 set tags& 112 set tags& 158 set tags& 224 set tags& 279 set tags& 355 set tags& 488 set tags& [all …]
|
| H A D | test_help.vim | 90 call assert_equal(["help-tags\ttags\t1"], readfile('Xdir/tags')) 91 call delete('Xdir/tags') 93 " Duplicate tags in the help file 104 " Read-only tags file 106 call writefile([''], 'Xdir/doc/tags') 108 call setfperm('Xdir/doc/tags', 'r-xr--r--') 109 call assert_fails('helptags Xdir/doc', 'E152:', getfperm('Xdir/doc/tags')) 116 call delete('Xdir/doc/tags')
|
| H A D | test_tagfunc.vim | 5 let tags = [] 7 let tags += [{ 12 return tags 87 set tags= tfu=NullTagFunc 92 set tags& tfu& cpt&
|
| H A D | test_tagcase.vim | 5 set tags=Xtags 47 set tags&
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | pltags.pl | 45 my @tags = (); # List of produced tags 87 push (@tags, $tagline); 274 if (@tags) 279 push (@tags, "!_TAG_FILE_FORMAT\t2\t/extended format/"); 280 push (@tags, "!_TAG_FILE_SORTED\t1\t/0=unsorted, 1=sorted/"); 281 push (@tags, "!_TAG_PROGRAM_AUTHOR\tMichael Schaap\t/mscha\@mscha.com/"); 282 push (@tags, "!_TAG_PROGRAM_NAME\tpltags\t//"); 283 push (@tags, "!_TAG_PROGRAM_VERSION\t$VERSION\t/supports multiple tags and extended format/"); 290 foreach $tagline (sort @tags)
|
| H A D | shtags.pl | 68 $tags{$&} = $_; 112 || !( $tags{$match} = sprintf( "%s\t%s\t?^%s\$?\n", $match, $ARGV, $_ ) ) ) 118 foreach( sort( keys %tags ) ) 120 print TAGS "$tags{$_}";
|
| H A D | README.txt | 15 pltags.pl: Perl script to create a tags file from Perl scripts. 19 shtags.*: Perl script to create a tags file from a shell script.
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | tagsrch.txt | 22 *tag* *tags* 126 *:tags* 463 *tags-option* 466 file "tags". It can also be used to access a common tags file. 488 current directory ("tags,./tags") or in the directory of the current file 489 ("./tags,tags"). 492 :set tags=./tags,tags,/home/user/commontags 500 it Vi compatible. "./tags" will then be the tags file in the current 506 :set tags=tags\ /home/user/commontags 510 :set tags=tag\\\ file,/home/user/common\\,tags [all …]
|
| H A D | usr_29.txt | 13 |29.1| Using tags 24 *29.1* Using tags 82 The ":tags" command shows the list of tags that you traversed through: 84 :tags 125 To find more tags files, set the 'tags' option to include all the relevant 126 tags files. Example: > 128 :set tags=./tags,./../tags,./*/tags 137 :set tags=~/proj/**/tags 156 :set tags=~/proj/tags 262 is to assume a sorted tags file, which makes a tags search a lot faster, but [all …]
|
| H A D | Makefile | 335 all: tags vim.man evim.man vimdiff.man vimtutor.man xxd.man $(CONVERTED) 343 tags: doctags $(DOCS) target 344 ./doctags $(DOCS) | LANG=C LC_ALL=C sort >tags 345 uniq -d -2 tags 370 html: noerrors tags $(HTMLS) 376 $(HTMLS): tags.ref 389 tags.ref tags.html: tags 390 $(AWK) -f maketags.awk tags >tags.html 395 perlhtml: tags $(DOCS) 396 ./vim2html.pl tags $(DOCS) [all …]
|
| H A D | doctags.vim | 1 " This script makes a tags file for help text. 7 echo 'help tags updated' 10 echo 'help tags failed update'
|
| H A D | helphelp.txt | 186 Jump to specific subjects by using tags. This can be done in two ways: 229 Generate the help tags file(s) for directory {dir}. 236 translated docs, they generate the "tags-??" file, see 237 |help-translated|. The generated tags files are 240 An existing tags file is silently overwritten. 243 "help-tags" tag. This is also done when the {dir} is 246 To rebuild the help tags in the runtime directory 271 tags-ab 278 tags-it 312 - Do not translate the tags. This makes it possible to use 'helplang' to [all …]
|
| H A D | ft_ada.txt | 91 The Ada omni-completions (|i_CTRL-X_CTRL-O|) uses tags database created either 94 tags file. 101 tags file. This has the advantage to be 100% correct and the option of deep 103 slow and the created tags file contains only the basic Ctags information for 119 5) Vim is faster when the tags file is sorted - use "sort --unique 120 --ignore-case --output=tags tags" . 340 'list': add tags quick fix list. 384 Creates tags file for the directory of the current file. 387 Creates tags file for the current file.
|
| H A D | help.txt | 104 |help-tags| all the tags you can jump to (index of tags) 132 |tagsrch.txt| tags and special searches 235 Note that tags are within | characters, but when highlighting is enabled these
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | tidy.vim | 142 syn keyword tidyCustomTagsOption custom-tags contained nextgroup=tidyCustomTagsDelimiter 149 \ drop-font-tags drop-proprietary-attributes enclose-block-text 151 \ fix-style-tags fix-uri force-output gdoc gnu-emacs hide-comments 155 \ merge-emphasis mute-id ncr numeric-entities omit-optional-tags 159 \ skip-nested split strict-tags-attributes tidy-mark 160 \ uppercase-attributes uppercase-tags warn-proprietary-attributes 191 syn keyword tidyTagsOption new-blocklevel-tags new-empty-tags new-inline-tags new-pre-tags containe…
|
| H A D | tags.vim | 1 " Language: tags 31 let b:current_syntax = "tags"
|
| H A D | jsp.vim | 6 " Credits : Patch by Darren Greaves (recognizes <jsp:...> tags) 7 " Patch by Thomas Kimpton (recognizes jspExpr inside HTML tags)
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | xmlcomplete.vim | 9 " - fix closing of namespaced tags (Johannes Weiss) 11 " - allow for closing of xml tags even when data file isn't available 182 " find tags matching with "a:base" 319 for m in tags 335 let tags = ['?xml'] 337 for m in tags 354 let tags = keys(g:xmldata{'_'.g:xmldata_connection[b:xml_namespace]}) 355 call filter(tags, 'v:val !~ "^vimxml"') 361 let tags = g:xmldata{'_'.g:xmldata_connection[b:xml_namespace]}[opentag][0] 366 for m in tags [all …]
|
| H A D | ccomplete.vim | 63 " Don't do anything for an empty base, would result in all the tags in the 64 " tags file. 119 " 2. in tags file(s) (like with ":tag") 181 " Only one part, no "." or "->": complete from tags file. 183 let tags = taglist('^' . base) 185 let tags = taglist('^' . items[0] . '$') 194 call extend(res, map(tags, 's:Tag2item(v:val)')) 198 " Find the variable in the tags file(s) 431 " Use the tags file to find out if this is a typedef. 457 " "typedef union bbb" in the tags file command. [all …]
|
| H A D | htmlcomplete.vim | 90 " of all linked external files and (secondary, less probably) other <script> tags 644 " of invalid document - not properly closed tags and other mish-mash. 645 " Also when document is empty. Return list of *all* tags. 646 let tags = keys(b:html_omni) 647 call filter(tags, 'v:val !~ "^vimxml"') 650 let tags = b:html_omni[opentag][0] 662 let tags += [ 677 for m in sort(tags)
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | html.vim | 181 func s:AddITags(tags, taglist) argument 184 let a:tags[itag] = 1 185 let a:tags['/' . itag] = -1 190 func s:RemoveITags(tags, taglist) argument 193 let a:tags[itag] = 1 194 let a:tags['/' . itag] = 1 216 " Self-closing tags and tags that are sometimes {{{ 221 " Old HTML tags: 476 " check preceding tags in the line: 504 " check preceding tags in the line: [all …]
|
| H A D | xml.vim | 7 " 20200529 - Handle empty closing tags correctly 10 " 20190204 - correctly handle wrap tags 14 " 20181116 - Fix indentation when tags start with a colon or an underscore 22 " 2) will be confused by unbalanced tags in comments 25 " TODO: implement pre-like tags, see xml_indent_open / xml_indent_close
|
| /vim-8.2.3635/ |
| H A D | .gitignore | 11 src/tags 89 runtime/doc/tags
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | ruby.vim | 128 if exists('s:ruby_paths') && stridx(&l:tags, join(map(copy(s:ruby_paths),'v:val."/tags"'),',')) == … 129 let &l:tags = &tags . ',' . join(map(copy(s:ruby_paths),'v:val."/tags"'),',') 137 let b:undo_ftplugin = "setl inc= sua= path= tags= fo< com< cms< kp="
|