view plugin/tags @ 0:a3a37124558b

Initial commit.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 17 Jul 2014 17:26:48 -0700
parents
children
line wrap: on
line source

!_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR	Darren Hiebert	/dhiebert@users.sourceforge.net/
!_TAG_PROGRAM_NAME	Exuberant Ctags	//
!_TAG_PROGRAM_URL	http://ctags.sourceforge.net	/official site/
!_TAG_PROGRAM_VERSION	5.8	//
autotags#rescan	.\autotags.vim	/^function! autotags#rescan(...)$/;"	f
autotags_detect	.\autotags.vim	/^augroup autotags_detect$/;"	a
autotags_main	.\autotags.vim	/^augroup autotags_main$/;"	a
do_setup_autotags	.\autotags.vim	/^function! s:do_setup_autotags() abort$/;"	f
g:autotags_debug	.\autotags.vim	/^    let g:autotags_debug = 0$/;"	v
g:autotags_enabled	.\autotags.vim	/^    let g:autotags_enabled = 1$/;"	v
g:autotags_executable	.\autotags.vim	/^    let g:autotags_executable = 'ctags'$/;"	v
g:autotags_project_root	.\autotags.vim	/^    let g:autotags_project_root = ['.git', '.hg', '.bzr', '_darcs']$/;"	v
g:autotags_tagfile	.\autotags.vim	/^    let g:autotags_tagfile = 'tags'$/;"	v
g:autotags_trace	.\autotags.vim	/^    let g:autotags_trace = 1$/;"	v
g:loaded_autotags	.\autotags.vim	/^let g:loaded_autotags = 1$/;"	v
generate_tags	.\autotags.vim	/^function! s:generate_tags() abort$/;"	f
get_tagfile_for	.\autotags.vim	/^function! s:get_tagfile_for(path) abort$/;"	f
s:execute_cmd	.\autotags.vim	/^    let s:execute_cmd = '!start \/b '$/;"	v
s:execute_cmd	.\autotags.vim	/^let s:execute_cmd = '!'$/;"	v
setup_autotags	.\autotags.vim	/^function! s:setup_autotags() abort$/;"	f
stripslash	.\autotags.vim	/^function! s:stripslash(path)$/;"	f
throw	.\autotags.vim	/^function! s:throw(message)$/;"	f
trace	.\autotags.vim	/^function! s:trace(message, ...)$/;"	f
update_tags	.\autotags.vim	/^function! s:update_tags() abort$/;"	f