| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug fix for issue #90 caused by pull request #84 (async refactor) | Peter Odding | 2014-08-08 | 2 | -3/+8 |
* | Make it easier to debug tag file selection | Peter Odding | 2014-08-08 | 1 | -1/+10 |
* | Use timers to identify slow[est] parts of vim-easytags | Peter Odding | 2014-07-19 | 1 | -3/+38 |
* | Bug fix: Restore default syntax pattern prefix/suffix (word boundaries) | Peter Odding | 2014-07-09 | 1 | -5/+9 |
* | Filter out forbidden syntax keyword arguments | Peter Odding | 2014-07-09 | 1 | -2/+25 |
* | Deduplicate syntax keyword arguments | Peter Odding | 2014-07-09 | 1 | -4/+4 |
* | Support for keyword based syntax highlighting (much faster) | Peter Odding | 2014-07-09 | 1 | -17/+51 |
* | Merge pull request #84: Asynchronous tags file updates! \o/ | Peter Odding | 2014-07-08 | 4 | -512/+524 |
|\ |
|
| * | Bug fix for typo introduced in 6c7a66349ec | Peter Odding | 2014-07-01 | 1 | -2/+2 |
| * | Automatically create missing directories when writing tags files | Peter Odding | 2014-06-30 | 1 | -0/+5 |
| * | Refactor atomic file updates into a feature of vim-misc | Peter Odding | 2014-06-30 | 1 | -3/+4 |
| * | Bug fix for Vim based syntax highlighting of tags | Peter Odding | 2014-06-30 | 1 | -2/+2 |
| * | Bug fix for invalid tags filtering (cache.exists() was broken, now fixed) | Peter Odding | 2014-06-29 | 1 | -5/+11 |
| * | Merge pull request #87: Avoid error about empty Dictionary key | Peter Odding | 2014-06-29 | 1 | -4/+7 |
| |\ |
|
| | * | FIX: Avoid error about empty Dictionary key. | Ingo Karkat | 2014-06-23 | 1 | -0/+3 |
| * | | Merge pull request #86: Ensure full absolute tagsfile filespec in async mode | Peter Odding | 2014-06-29 | 1 | -1/+1 |
| |\ \ |
|
| | * | | FIX: Ensure full absolute tagsfile filespec in async mode. | Ingo Karkat | 2014-06-23 | 1 | -1/+1 |
| | |/ |
|
| * | | Don't use :redraw in :HighlightTags during session loading | Peter Odding | 2014-06-29 | 1 | -1/+5 |
| * | | Disable automatic tags file updates during session loading | Peter Odding | 2014-06-29 | 1 | -1/+6 |
| * | | Disable automatic tags file updates during :vimgrep | Peter Odding | 2014-06-29 | 1 | -0/+12 |
| * | | Silence asynchronous tags file updates by default | Peter Odding | 2014-06-29 | 1 | -3/+5 |
| |/ |
|
| * | Support for synchronous + asynchronous tags file updates (huge refactoring) | Peter Odding | 2014-06-22 | 4 | -509/+483 |
|/ |
|
* | Merge pull request #78: Bug fix for accelerated highlighting using Python | Peter Odding | 2014-06-16 | 1 | -2/+2 |
* | Bug fix: Support for disabled languages in Exuberant Ctags (issue #62) | Peter Odding | 2013-09-01 | 1 | -11/+13 |
* | Merge pull request #63: fix 'multiple repeat' error from regex for c++ filetypes | Peter Odding | 2013-08-31 | 1 | -2/+2 |
* | Make sure vim-misc is installed, politely complain if it isn't | Peter Odding | 2013-08-19 | 1 | -2/+2 |
* | Merge pull request #59: Java interfaces support | Peter Odding | 2013-07-16 | 1 | -2/+8 |
|\ |
|
| * | add highlighting for java interfaces. tested with ctags-5.8 | Nir Atias | 2013-07-10 | 1 | -0/+6 |
|/ |
|
* | Make Exuberant Ctags discovery (version checking) verbose (easier to debug) | Peter Odding | 2013-06-22 | 1 | -18/+29 |
* | Bug fix for :UpdateTags: Gracefully handle case where no supported file type ... | Peter Odding | 2013-06-22 | 1 | -2/+2 |
* | Improve plug-in initialization (make it more robust) | Peter Odding | 2013-06-22 | 1 | -3/+73 |
* | Improve handling of ignored syntax groups (issue #57) | Peter Odding | 2013-06-20 | 1 | -4/+30 |
* | Bug fix: Don't highlight C tags inside #if 0 and Doxygen comments (issue #57) | Peter Odding | 2013-06-19 | 1 | -2/+2 |
* | Bug fix: Don't highlight C tags inside #if 0 (issue #57) | Peter Odding | 2013-06-17 | 1 | -2/+2 |
* | Document vim-misc as external dependency (needs to be installed separately fr... | Peter Odding | 2013-05-25 | 1 | -2/+2 |
* | Cleaned up old miscellaneous scripts | Peter Odding | 2013-05-23 | 12 | -1112/+0 |
* | Remove compatibility checking of miscellaneous scripts | Peter Odding | 2013-05-23 | 1 | -4/+2 |
* | Updated miscellaneous scripts | Peter Odding | 2013-05-20 | 5 | -16/+46 |
|\ |
|
| * | Add xolox#misc#os#find_vim() function | Peter Odding | 2013-05-20 | 2 | -3/+32 |
| * | Remove line continuation from xolox#misc#os script | Peter Odding | 2013-05-20 | 1 | -3/+1 |
| * | Add xolox#misc#timer#force() function | Peter Odding | 2013-05-20 | 3 | -9/+12 |
* | | Updated miscellaneous scripts | Peter Odding | 2013-05-20 | 13 | -141/+356 |
|\| |
|
| * | Improve the error message thrown by xolox#misc#compat#check() | Peter Odding | 2013-05-20 | 1 | -10/+15 |
| * | Added inline documentation everywhere, also included in README.md* | Peter Odding | 2013-05-19 | 12 | -103/+295 |
| * | Bug fix: Correct wrong expansion order in xolox#misc#path#which() | Peter Odding | 2013-05-19 | 2 | -17/+14 |
| * | Improve error reporting in xolox#misc#os#exec() | Peter Odding | 2013-05-19 | 2 | -8/+18 |
| * | Bug fix: Make xolox#misc#os#exec() compatible with (t)csh (reported by Armin ... | Peter Odding | 2013-05-19 | 2 | -4/+12 |
| * | Bug fix for xolox#misc#option#eval_tags() option | Peter Odding | 2013-05-19 | 1 | -2/+2 |
| * | Improve reporting of multi-line messages (now split over lines) | Peter Odding | 2013-05-19 | 1 | -2/+5 |
* | | Add g:easytags_updatetime_warn option, improve documentation (issue #47) | Peter Odding | 2013-05-19 | 1 | -3/+5 |