Mercurial > vim-gutentags
comparison plugin/tags @ 0:a3a37124558b
Initial commit.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 17 Jul 2014 17:26:48 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:a3a37124558b |
---|---|
1 !_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/ | |
2 !_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/ | |
3 !_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net/ | |
4 !_TAG_PROGRAM_NAME Exuberant Ctags // | |
5 !_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/ | |
6 !_TAG_PROGRAM_VERSION 5.8 // | |
7 autotags#rescan .\autotags.vim /^function! autotags#rescan(...)$/;" f | |
8 autotags_detect .\autotags.vim /^augroup autotags_detect$/;" a | |
9 autotags_main .\autotags.vim /^augroup autotags_main$/;" a | |
10 do_setup_autotags .\autotags.vim /^function! s:do_setup_autotags() abort$/;" f | |
11 g:autotags_debug .\autotags.vim /^ let g:autotags_debug = 0$/;" v | |
12 g:autotags_enabled .\autotags.vim /^ let g:autotags_enabled = 1$/;" v | |
13 g:autotags_executable .\autotags.vim /^ let g:autotags_executable = 'ctags'$/;" v | |
14 g:autotags_project_root .\autotags.vim /^ let g:autotags_project_root = ['.git', '.hg', '.bzr', '_darcs']$/;" v | |
15 g:autotags_tagfile .\autotags.vim /^ let g:autotags_tagfile = 'tags'$/;" v | |
16 g:autotags_trace .\autotags.vim /^ let g:autotags_trace = 1$/;" v | |
17 g:loaded_autotags .\autotags.vim /^let g:loaded_autotags = 1$/;" v | |
18 generate_tags .\autotags.vim /^function! s:generate_tags() abort$/;" f | |
19 get_tagfile_for .\autotags.vim /^function! s:get_tagfile_for(path) abort$/;" f | |
20 s:execute_cmd .\autotags.vim /^ let s:execute_cmd = '!start \/b '$/;" v | |
21 s:execute_cmd .\autotags.vim /^let s:execute_cmd = '!'$/;" v | |
22 setup_autotags .\autotags.vim /^function! s:setup_autotags() abort$/;" f | |
23 stripslash .\autotags.vim /^function! s:stripslash(path)$/;" f | |
24 throw .\autotags.vim /^function! s:throw(message)$/;" f | |
25 trace .\autotags.vim /^function! s:trace(message, ...)$/;" f | |
26 update_tags .\autotags.vim /^function! s:update_tags() abort$/;" f |