| Commit message (Expand) | Author | Age | Files | Lines |
* | bypass version checkingHEADmaster | katherine | 2018-11-10 | 1 | -18/+3 |
* | Try to support `Universal Ctags' (issue #123) | Peter Odding | 2015-07-01 | 1 | -3/+3 |
* | Improve documentation of `easytags_dynamic_files' option | Peter Odding | 2015-04-14 | 3 | -5/+13 |
* | Merge pull request #117: Fix typo in README | Peter Odding | 2015-04-14 | 2 | -4/+5 |
|\ |
|
| * | Typo fix | Jrean | 2015-04-14 | 1 | -2/+2 |
|/ |
|
* | Improve easytags_auto_{update,highlight} option documentation | Peter Odding | 2015-04-02 | 2 | -0/+10 |
* | Refer from easytags_always_enabled to easytags_async in README.md | Peter Odding | 2015-04-02 | 2 | -3/+3 |
* | Update installation instructions | Peter Odding | 2015-04-02 | 3 | -59/+37 |
* | Merge pull request #111: Give precedence to dynamic files over storage by fil... | Peter Odding | 2015-03-15 | 3 | -29/+76 |
|\ |
|
| * | give precedence to dynamic files over storage by filetype | johannes karoff | 2015-02-08 | 1 | -10/+36 |
|/ |
|
* | Add missing link to README (issue #98) | Peter Odding | 2014-11-21 | 2 | -20/+22 |
* | Improve handling & docs of g:easytags_opts option (issue #98) | Peter Odding | 2014-11-21 | 3 | -5/+16 |
* | Add g:easytags_opts option (issue #98) | Peter Odding | 2014-11-13 | 4 | -26/+57 |
* | Improve Perl function tag highlighting (more accurate now) | Peter Odding | 2014-11-03 | 1 | -3/+3 |
* | Bug fix for xolox#easytags#filetypes#find_ctags_aliases() | Peter Odding | 2014-10-21 | 2 | -2/+3 |
* | Bug fix for xolox#easytags#define_tagkind() invocations | Peter Odding | 2014-10-21 | 1 | -8/+10 |
* | Make xolox#easytags#filetypes#add_group() easier to understand | Peter Odding | 2014-10-21 | 1 | -4/+5 |
* | Change file type canonicalization to treat C as C++ | Peter Odding | 2014-10-20 | 2 | -5/+19 |
* | Support for Perl highlighting (thanks to Jessica Kathleen McIntosh, see issue... | Peter Odding | 2014-09-17 | 3 | -9/+21 |
* | Merge pull request #95: Add g:easytags_suppress_report option | Peter Odding | 2014-09-14 | 3 | -14/+31 |
|\ |
|
| * | Add g:easytags_suppress_report option | blukat29 | 2014-08-24 | 3 | -5/+24 |
|/ |
|
* | 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 | 3 | -21/+85 |
* | 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 | 3 | -31/+104 |
* | Credit Ingo for his work, thank other contributors as well | Peter Odding | 2014-07-08 | 2 | -3/+8 |
* | Merge pull request #84: Asynchronous tags file updates! \o/ | Peter Odding | 2014-07-08 | 7 | -565/+589 |
|\ |
|
| * | 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 |
| * | Actually enable the automatic commands introduced in 6c7a66349ec :-) | Peter Odding | 2014-06-29 | 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 | 2 | -1/+18 |
| * | | 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 | 7 | -562/+537 |
|/ |
|
* | Merge pull request #78: Bug fix for accelerated highlighting using Python | Peter Odding | 2014-06-16 | 4 | -7/+7 |
|\ |
|
| * | Replace \0 by \g<0> in python sub | mat tso | 2014-03-09 | 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 | 2 | -4/+4 |
|\ |
|
| * | fix 'multiple repeat' error from regex for c++ filetypes | Julian Taylor | 2013-08-27 | 1 | -1/+1 |
|/ |
|