| Commit message (Expand) | Author | Age | Files | Lines |
* | Support for Perl highlighting (thanks to Jessica Kathleen McIntosh, see issue... | Peter Odding | 2014-09-17 | 1 | -2/+3 |
* | Add g:easytags_suppress_report option | blukat29 | 2014-08-24 | 1 | -0/+6 |
* | Use timers to identify slow[est] parts of vim-easytags | Peter Odding | 2014-07-19 | 1 | -6/+17 |
* | Support for keyword based syntax highlighting (much faster) | Peter Odding | 2014-07-09 | 1 | -0/+12 |
* | Credit Ingo for his work, thank other contributors as well | Peter Odding | 2014-07-08 | 1 | -2/+4 |
* | Merge pull request #84: Asynchronous tags file updates! \o/ | Peter Odding | 2014-07-08 | 1 | -12/+12 |
|\ |
|
| * | Support for synchronous + asynchronous tags file updates (huge refactoring) | Peter Odding | 2014-06-22 | 1 | -12/+10 |
|/ |
|
* | Merge pull request #78: Bug fix for accelerated highlighting using Python | Peter Odding | 2014-06-16 | 1 | -2/+2 |
* | Merge pull request #59: Java interfaces support | Peter Odding | 2013-07-16 | 1 | -1/+1 |
* | Improve handling of ignored syntax groups (issue #57) | Peter Odding | 2013-06-20 | 1 | -4/+0 |
* | Document vim-misc as external dependency (needs to be installed separately fr... | Peter Odding | 2013-05-25 | 1 | -2/+13 |
* | Document the g:easytags_events option (issue #46) | Peter Odding | 2013-05-20 | 1 | -1/+11 |
* | Document BufWritePost example, improve documentation structure (issue #46) | Peter Odding | 2013-05-19 | 1 | -9/+21 |
* | Add g:easytags_updatetime_warn option, improve documentation (issue #47) | Peter Odding | 2013-05-19 | 1 | -2/+15 |
* | Don't try to use dynamic tags files for non-writable directories (issue #29) | Peter Odding | 2013-04-30 | 1 | -1/+1 |
* | Merge pull request #36 | Peter Odding | 2013-04-21 | 1 | -1/+1 |
|\ |
|
* | | Workaround low 'updatetime' intelligently | Peter Odding | 2013-04-19 | 1 | -4/+2 |
* | | Move g:easytags_languages documentation to README.md | Peter Odding | 2013-04-19 | 1 | -0/+21 |
|/ |
|
* | Make list of ignored syntax groups configurable | Peter Odding | 2011-10-29 | 1 | -0/+4 |
* | Bump version + minor updates for Awk, Shell & TCL support | Peter Odding | 2011-10-01 | 1 | -5/+8 |
* | New g:easytags_updatetime_autodisable option (issue #17, reported by Strahinj... | Peter Odding | 2011-09-17 | 1 | -0/+10 |
* | Improve easytags_dynamic_files implementation (best of both worlds?) | Peter Odding | 2011-09-05 | 1 | -6/+5 |
* | Make "easytags_dynamic_files" create missing tags files | Peter Odding | 2011-08-31 | 1 | -4/+4 |
* | Explain how to setup custom ctags command line options | Peter Odding | 2011-07-09 | 1 | -0/+6 |
* | Fix broken link in README | Peter Odding | 2011-06-27 | 1 | -1/+1 |
* | Change inline hyper links in README to reference style | Peter Odding | 2011-06-27 | 1 | -23/+45 |
* | Support buffer local variants of most options | Peter Odding | 2011-06-27 | 1 | -8/+8 |
* | Add easytags_auto_update/auto_highlight options | Peter Odding | 2011-06-26 | 1 | -0/+20 |
* | Allow enabling both dynamic and file type tags files | Kenny Stuart | 2011-06-24 | 1 | -0/+4 |
* | Remove duplicate tag from Vim help file | Peter Odding | 2011-06-17 | 1 | -1/+1 |
* | Documentation bug fix (it's getting late..) | Peter Odding | 2011-06-14 | 1 | -1/+1 |
* | 2x faster syntax highlighting using Python Interface to Vim :-) | Peter Odding | 2011-06-14 | 1 | -4/+20 |
* | :TagsByFileType to create filetype specific tagsfiles from global tagsfile | Peter Odding | 2011-06-13 | 1 | -0/+2 |
* | Basic support for file type specific tags files! | Peter Odding | 2011-06-13 | 1 | -0/+6 |
* | Dynamic highlighting for Ruby source code (issue #9) | Peter Odding | 2011-05-23 | 1 | -1/+2 |
* | Enable updating of project specific tags files | Peter Odding | 2011-05-02 | 1 | -3/+15 |
* | Improve submodule config, minor README updates | Peter Odding | 2011-04-11 | 1 | -2/+2 |
* | Add g:easytags_suppress_ctags_warning option | Daniel Hahler | 2011-03-19 | 1 | -0/+6 |
* | Document the highlighting groups used by the plug-in | Peter Odding | 2011-02-24 | 1 | -1/+15 |
* | Added caveat about Cygwin, updated to-do list | Peter Odding | 2011-02-24 | 1 | -0/+4 |
* | Don't highlight tags inside #include <...> | Peter Odding | 2010-11-20 | 1 | -1/+1 |
* | Documented :HighlightTags tags file format requirements | Peter Odding | 2010-08-12 | 1 | -1/+11 |
* | Support scanning & highlighting of struct/class members | Peter Odding | 2010-08-11 | 1 | -1/+15 |
* | Typo in g:easytags_autorecurse documentation | Peter Odding | 2010-08-10 | 1 | -1/+1 |
* | Support for automatic recursion using ctags -R | Peter Odding | 2010-08-10 | 1 | -0/+10 |
* | Automatic/optional integration with shell.vim | Peter Odding | 2010-08-09 | 1 | -46/+32 |
* | Enable commands like :UpdateTags -R ~/.vim | Peter Odding | 2010-08-09 | 1 | -127/+47 |
* | Mention :helptags in README, other miscellaneous changes | Peter Odding | 2010-07-15 | 1 | -9/+9 |
* | Handle patterns that are too large for Vim to evaluate | Peter Odding | 2010-07-10 | 1 | -0/+24 |
* | Improved README, added references to Vim documentation | Peter Odding | 2010-07-10 | 1 | -28/+37 |