Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-lb authored Feb 4, 2017
1 parent 0547180 commit fd52f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ The [AutoTags](http://www.vim.org/scripts/script.php?script_id=1343) plugin can
To keep updates fast, AutoTags won't operate if the tags file exceeds 7MB. To avoid exceeding this limit on projects with many dependencies, use a separate tags file for dependencies:

# dependencies tags file (index only the vendor directory, and save tags in ./tags.vendors)
ctags -R --PHP-kinds=+cf -f tags.vendors vendor
ctags -R --PHP-kinds=cfi -f tags.vendors vendor

# project tags file (index only src, and save tags in ./tags; AutoTags will update this one)
ctags -R --PHP-kinds=+cf src
ctags -R --PHP-kinds=cfi src

Do not forget to load both files in vim:

Expand Down

0 comments on commit fd52f26

Please sign in to comment.