aboutsummaryrefslogtreecommitdiffstats
path: root/autoload/xolox/easytags/update.vim
Commit message (Collapse)AuthorAgeFilesLines
* Bug fix for issue #90 caused by pull request #84 (async refactor)Peter Odding2014-08-081-2/+7
| | | | | | | | See issue 90 on GitHub: https://github.com/xolox/vim-easytags/issues/90 This was caused by the async refactor: https://github.com/xolox/vim-easytags/pull/84
* 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
|/ | | | I had a degenerate tags file that had *two* tabs separating the tag from the filespec column; parsing that yields an empty filespec, which caused E713. There used to be an explicit check for that; with your recent refactorings, one instance of that check was lost. Here it is again!
* Support for synchronous + asynchronous tags file updates (huge refactoring)Peter Odding2014-06-221-0/+268
See also pull request #49 for my previous and failed attempt: https://github.com/xolox/vim-easytags/pull/49