changeset 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 98cec968205b
children ed43e3a87ffd 738ac7a89547
files doc/gutentags.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/gutentags.txt	Tue Aug 09 22:12:28 2016 -0700
+++ b/doc/gutentags.txt	Tue Aug 09 22:12:46 2016 -0700
@@ -444,7 +444,7 @@
                          let g:gutentags_file_list_command = {
                              \ 'markers': {
                                  \ '.git': 'git ls-files',
-                                 \ '.hg': 'hg locate',
+                                 \ '.hg': 'hg files',
                                  \ },
                              \ }
 <