aboutsummaryrefslogtreecommitdiffstats
path: root/autoload/xolox/easytags/filetypes.vim
Commit message (Collapse)AuthorAgeFilesLines
* Add g:easytags_opts option (issue #98)Peter Odding2014-11-131-4/+5
| | | | | See also issue #98 on GitHub: https://github.com/xolox/vim-easytags/issues/98
* Bug fix for xolox#easytags#filetypes#find_ctags_aliases()Peter Odding2014-10-211-1/+2
| | | | | | | | When a canonical Vim file type mapped to a group of file types, the group was returned without the canonical file type :-s See also issue #91 on GitHub: https://github.com/xolox/vim-easytags/issues/91
* 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
| | | | | | | | | | | | Please refer to the inline comments for more details. This will hopefully fix issue #91 on GitHub: https://github.com/xolox/vim-easytags/issues/91 PS. I've completely removed the objc/objcpp grouping because I don't know these languages so I don't know what grouping would be correct anyway. Until a user with an informed opinion chimes in it's better to just remove this grouping.
* Support for synchronous + asynchronous tags file updates (huge refactoring)Peter Odding2014-06-221-0/+122
See also pull request #49 for my previous and failed attempt: https://github.com/xolox/vim-easytags/pull/49