comparison doc/gutentags.txt @ 138:851aec42057d

Use `hg files` in the example (`locate` is deprecated).
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 09 Aug 2016 22:12:46 -0700
parents 286e5b3095d0
children ed43e3a87ffd
comparison
equal deleted inserted replaced
137:98cec968205b 138:851aec42057d
442 markerts to locate the project.) For example: > 442 markerts to locate the project.) For example: >
443 443
444 let g:gutentags_file_list_command = { 444 let g:gutentags_file_list_command = {
445 \ 'markers': { 445 \ 'markers': {
446 \ '.git': 'git ls-files', 446 \ '.git': 'git ls-files',
447 \ '.hg': 'hg locate', 447 \ '.hg': 'hg files',
448 \ }, 448 \ },
449 \ } 449 \ }
450 < 450 <
451 Note: If a custom ctags executable is specified, it 451 Note: If a custom ctags executable is specified, it
452 must support the '-L' command line option in order to 452 must support the '-L' command line option in order to