|
1 | 1 | *easytags.txt* Automated tag generation and syntax highlighting in Vim
|
2 | 2 |
|
| 3 | +=============================================================================== |
| 4 | + *easytags-contents* |
| 5 | +Contents ~ |
| 6 | + |
| 7 | + 1. Introduction |easytags-introduction| |
| 8 | + 2. Installation |easytags-installation| |
| 9 | + 1. A note about Windows |easytags-a-note-about-windows| |
| 10 | + 3. Commands |easytags-commands| |
| 11 | + 1. The |:UpdateTags| command |
| 12 | + 2. The |:HighlightTags| command |
| 13 | + 4. Options |easytags-options| |
| 14 | + 1. The |g:easytags_cmd| option |
| 15 | + 2. The |g:easytags_file| option |
| 16 | + 3. The |g:easytags_dynamic_files| option |
| 17 | + 4. The |g:easytags_by_filetype| option |
| 18 | + 5. The |g:easytags_always_enabled| option |
| 19 | + 6. The |g:easytags_on_cursorhold| option |
| 20 | + 7. The |g:easytags_updatetime_min| option |
| 21 | + 8. The |g:easytags_updatetime_autodisable| option |
| 22 | + 9. The |g:easytags_auto_update| option |
| 23 | + 10. The |g:easytags_auto_highlight| option |
| 24 | + 11. The |g:easytags_autorecurse| option |
| 25 | + 12. The |g:easytags_include_members| option |
| 26 | + 13. The |g:easytags_resolve_links| option |
| 27 | + 14. The |g:easytags_suppress_ctags_warning| option |
| 28 | + 15. The |g:easytags_ignored_syntax_groups| option |
| 29 | + 5. Faster syntax highlighting using Python |easytags-faster-syntax-highlighting-using-python| |
| 30 | + 1. The |g:easytags_python_enabled| option |
| 31 | + 2. The |g:easytags_python_script| option |
| 32 | + 6. How to customize the highlighting colors? |
| 33 | + 7. Passing custom command line arguments to Exuberant Ctags |
| 34 | + 8. Troubleshooting |easytags-troubleshooting| |
| 35 | + 1. |:HighlightTags| only works for the tags file created by |:UpdateTags| |
| 36 | + 2. The plug-in complains that Exuberant Ctags isn't installed |
| 37 | + 3. Vim locks up while the plug-in is running |
| 38 | + 4. Failed to highlight tags because pattern is too big! |
| 39 | + 5. The plug-in doesn't seem to work in Cygwin |
| 40 | + 9. Contact |easytags-contact| |
| 41 | + 10. License |easytags-license| |
| 42 | + |
| 43 | +=============================================================================== |
| 44 | + *easytags-introduction* |
| 45 | +Introduction ~ |
| 46 | + |
3 | 47 | Vim has long been my favorite text editor and combined with Exuberant Ctags
|
4 | 48 | [1] it has the potential to provide most of what I expect from an integrated
|
5 | 49 | development environment [2]. Exuberant Ctags is the latest incarnation of a
|
|
0 commit comments