Mercurial > vim-gutentags
comparison doc/gutentags.txt @ 190:6dc4bb6c53ba
minor typos
author | minusf <minusf@gmail.com> |
---|---|
date | Thu, 06 Jul 2017 21:21:36 +0200 |
parents | 676fe2ea919f |
children | 22cd3334cf43 |
comparison
equal
deleted
inserted
replaced
189:25dbdb52adb5 | 190:6dc4bb6c53ba |
---|---|
73 * `-f` (to specify the output file) | 73 * `-f` (to specify the output file) |
74 * `--append` (to append to an existing file while keeping it sorted) | 74 * `--append` (to append to an existing file while keeping it sorted) |
75 * `--exclude` (to exclude file patterns) | 75 * `--exclude` (to exclude file patterns) |
76 * `--options` (to specify an options file) | 76 * `--options` (to specify an options file) |
77 | 77 |
78 This means you probably want Exhuberant Ctags or Universal Ctags. The basic | 78 This means you probably want Exuberant Ctags or Universal Ctags. The basic |
79 old BSD Ctags WON'T WORK. Other language-specific versions may or may not | 79 old BSD Ctags WON'T WORK. Other language-specific versions may or may not |
80 work. Check with their help or man page. | 80 work. Check with their help or man page. |
81 | 81 |
82 | 82 |
83 1.2 Similar Plugins | 83 1.2 Similar Plugins |
497 < | 497 < |
498 If set as a |Dictionary|, this variable should be set | 498 If set as a |Dictionary|, this variable should be set |
499 as a mapping of project root markers to the desired | 499 as a mapping of project root markers to the desired |
500 file list command for that root marker. (See | 500 file list command for that root marker. (See |
501 |gutentags_project_root| for how Gutentags uses root | 501 |gutentags_project_root| for how Gutentags uses root |
502 markerts to locate the project.) For example: > | 502 markers to locate the project.) For example: > |
503 | 503 |
504 let g:gutentags_file_list_command = { | 504 let g:gutentags_file_list_command = { |
505 \ 'markers': { | 505 \ 'markers': { |
506 \ '.git': 'git ls-files', | 506 \ '.git': 'git ls-files', |
507 \ '.hg': 'hg files', | 507 \ '.hg': 'hg files', |