| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve documentation of `easytags_dynamic_files' option | Peter Odding | 2015-04-14 | 1 | -2/+7 |
* | Merge pull request #117: Fix typo in README | Peter Odding | 2015-04-14 | 1 | -3/+4 |
|\ |
|
| * | Typo fix | Jrean | 2015-04-14 | 1 | -2/+2 |
|/ |
|
* | Improve easytags_auto_{update,highlight} option documentation | Peter Odding | 2015-04-02 | 1 | -0/+6 |
* | Refer from easytags_always_enabled to easytags_async in README.md | Peter Odding | 2015-04-02 | 1 | -2/+2 |
* | Update installation instructions | Peter Odding | 2015-04-02 | 1 | -40/+25 |
* | Merge pull request #111: Give precedence to dynamic files over storage by fil... | Peter Odding | 2015-03-15 | 1 | -1/+1 |
* | Add missing link to README (issue #98) | Peter Odding | 2014-11-21 | 1 | -20/+21 |
* | Improve handling & docs of g:easytags_opts option (issue #98) | Peter Odding | 2014-11-21 | 1 | -1/+8 |
* | Add g:easytags_opts option (issue #98) | Peter Odding | 2014-11-13 | 1 | -17/+27 |
* | Support for Perl highlighting (thanks to Jessica Kathleen McIntosh, see issue... | Peter Odding | 2014-09-17 | 1 | -5/+6 |
* | Add g:easytags_suppress_report option | blukat29 | 2014-08-24 | 1 | -0/+9 |
* | Use timers to identify slow[est] parts of vim-easytags | Peter Odding | 2014-07-19 | 1 | -12/+30 |
* | Support for keyword based syntax highlighting (much faster) | Peter Odding | 2014-07-09 | 1 | -14/+41 |
* | Credit Ingo for his work, thank other contributors as well | Peter Odding | 2014-07-08 | 1 | -1/+4 |
* | Merge pull request #84: Asynchronous tags file updates! \o/ | Peter Odding | 2014-07-08 | 1 | -36/+34 |
|\ |
|
| * | Support for synchronous + asynchronous tags file updates (huge refactoring) | Peter Odding | 2014-06-22 | 1 | -36/+30 |
|/ |
|
* | Merge pull request #78: Bug fix for accelerated highlighting using Python | Peter Odding | 2014-06-16 | 1 | -1/+1 |
* | Make sure vim-misc is installed, politely complain if it isn't | Peter Odding | 2013-08-19 | 1 | -1/+1 |
* | 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 | -8/+0 |
* | Bug fix: Don't highlight C tags inside #if 0 (issue #57) | Peter Odding | 2013-06-17 | 1 | -218/+215 |
* | Document vim-misc as external dependency (needs to be installed separately fr... | Peter Odding | 2013-05-25 | 1 | -30/+43 |
* | Remove compatibility checking of miscellaneous scripts | Peter Odding | 2013-05-23 | 1 | -2/+2 |
* | Document the g:easytags_events option (issue #46) | Peter Odding | 2013-05-20 | 1 | -12/+31 |
* | Document BufWritePost example, improve documentation structure (issue #46) | Peter Odding | 2013-05-19 | 1 | -27/+50 |
* | Add g:easytags_updatetime_warn option, improve documentation (issue #47) | Peter Odding | 2013-05-19 | 1 | -18/+45 |
* | Bug fix: Don't complain about 'updatetime' when autoload is disabled (issue #47) | Peter Odding | 2013-05-19 | 1 | -2/+2 |
* | Don't try to use dynamic tags files for non-writable directories (issue #29) | Peter Odding | 2013-04-30 | 1 | -2/+3 |
* | Merge pull request #36 | Peter Odding | 2013-04-21 | 1 | -1/+1 |
|\ |
|
* | | Workaround low 'updatetime' intelligently | Peter Odding | 2013-04-19 | 1 | -37/+30 |
* | | Move g:easytags_languages documentation to README.md | Peter Odding | 2013-04-19 | 1 | -45/+48 |
* | | Merge branch 'enh-languages' of git://github.com/inkarkat/vim-easytags into i... | Peter Odding | 2013-04-19 | 1 | -0/+27 |
|\ \ |
|
| * | | ENH: Allow to specify different ctags tool for particular languages. | Ingo Karkat | 2013-03-07 | 1 | -0/+27 |
| |/ |
|
* / | Bug fix for highlighting of function names in shell scripts | Peter Odding | 2013-04-18 | 1 | -0/+44 |
|/ |
|
* | Make list of ignored syntax groups configurable | Peter Odding | 2011-10-29 | 1 | -0/+6 |
* | Bump version + minor updates for Awk, Shell & TCL support | Peter Odding | 2011-10-01 | 1 | -11/+19 |
* | New g:easytags_updatetime_autodisable option (issue #17, reported by Strahinj... | Peter Odding | 2011-09-17 | 1 | -15/+36 |
* | Improve easytags_dynamic_files implementation (best of both worlds?) | Peter Odding | 2011-09-05 | 1 | -12/+18 |
* | Make "easytags_dynamic_files" create missing tags files | Peter Odding | 2011-08-31 | 1 | -13/+9 |
* | Explain how to setup custom ctags command line options | Peter Odding | 2011-07-09 | 1 | -6/+18 |
* | Fix broken link in README | Peter Odding | 2011-06-27 | 1 | -2/+2 |
* | Support buffer local variants of most options | Peter Odding | 2011-06-27 | 1 | -17/+21 |
* | Add easytags_auto_update/auto_highlight options | Peter Odding | 2011-06-26 | 1 | -0/+28 |
* | Allow enabling both dynamic and file type tags files | Kenny Stuart | 2011-06-24 | 1 | -0/+9 |
* | Remove duplicate tag from Vim help file | Peter Odding | 2011-06-17 | 1 | -2/+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 | -7/+37 |
* | :TagsByFileType to create filetype specific tagsfiles from global tagsfile | Peter Odding | 2011-06-13 | 1 | -0/+4 |
* | Basic support for file type specific tags files! | Peter Odding | 2011-06-13 | 1 | -0/+12 |