aboutsummaryrefslogtreecommitdiffstats
path: root/autoload/xolox/easytags
Commit message (Expand)AuthorAgeFilesLines
* Add g:easytags_opts option (issue #98)Peter Odding2014-11-131-4/+5
* Bug fix for xolox#easytags#filetypes#find_ctags_aliases()Peter Odding2014-10-211-1/+2
* Make xolox#easytags#filetypes#add_group() easier to understandPeter Odding2014-10-211-4/+5
* Change file type canonicalization to treat C as C++Peter Odding2014-10-201-3/+17
* Bug fix for issue #90 caused by pull request #84 (async refactor)Peter Odding2014-08-081-2/+7
* Automatically create missing directories when writing tags filesPeter Odding2014-06-301-0/+5
* Refactor atomic file updates into a feature of vim-miscPeter Odding2014-06-301-3/+4
* Bug fix for invalid tags filtering (cache.exists() was broken, now fixed)Peter Odding2014-06-291-5/+11
* Merge pull request #87: Avoid error about empty Dictionary keyPeter Odding2014-06-291-4/+7
|\
| * FIX: Avoid error about empty Dictionary key.Ingo Karkat2014-06-231-0/+3
|/
* Support for synchronous + asynchronous tags file updates (huge refactoring)Peter Odding2014-06-223-0/+410