Use this page to discuss script 3114 Easytags
- Add constructive comments, bug reports, or discuss improvements (see the guideline).
- Do not document the script here (the author should do that on vim.org).
- This page may be out of date: check the script's vim.org page above, and its release notes.
Easytags is a plugin that automatically creates a global tags file and keeps it up-to-date as you edit files in Vim. The tags are also used to perform dynamic syntax highlighting of user-defined functions and types.
Update when file is written
Edit
If you only want your tags file/s to be updated when the file is written use this:
autocmd BufWritePost * exe ":UpdateTags"