| Commit message (Expand) | Author | Age | Files | Lines |
* | 2x faster syntax highlighting using Python Interface to Vim :-) | Peter Odding | 2011-06-14 | 7 | -58/+230 |
* | Update to-do list (file type specific tags files now supported) | Peter Odding | 2011-06-14 | 1 | -2/+0 |
* | Fix caching of tagged files (for file type specific tags files) | Peter Odding | 2011-06-14 | 2 | -65/+69 |
* | :TagsByFileType to create filetype specific tagsfiles from global tagsfile | Peter Odding | 2011-06-13 | 4 | -8/+79 |
* | Basic support for file type specific tags files! | Peter Odding | 2011-06-13 | 4 | -10/+40 |
* | Bug fix: Print the right message after :verbose UpdateTags! | Peter Odding | 2011-06-13 | 2 | -2/+2 |
* | Move tags file registration to auto load function | Peter Odding | 2011-06-13 | 2 | -29/+29 |
* | Minor bug fix for xolox#easytags#get_tagsfile() | Peter Odding | 2011-06-13 | 2 | -4/+4 |
* | Refactor automatic command registration, include more events | Peter Odding | 2011-06-13 | 1 | -15/+16 |
* | Automatically run :HighlightTags after using :UpdateTags | Peter Odding | 2011-06-13 | 2 | -3/+8 |
* | Change link to latest download in INSTALL | Peter Odding | 2011-06-13 | 2 | -63/+53 |
* | Remove hack that checks whether submodule is initialized | Peter Odding | 2011-05-25 | 1 | -12/+2 |
* | Remove reference to submodule from installation instructions | Peter Odding | 2011-05-25 | 1 | -1/+1 |
* | Merge vim-misc repository as subdirectory | Peter Odding | 2011-05-25 | 10 | -0/+476 |
|\ |
|
| * | Initial commit | Peter Odding | 2011-03-15 | 10 | -0/+476 |
* | Delete submodule | Peter Odding | 2011-05-25 | 2 | -8/+0 |
* | Bug fix for highlighting of C# classes | Peter Odding | 2011-05-23 | 2 | -2/+2 |
* | Dynamic highlighting for Ruby source code (issue #9) | Peter Odding | 2011-05-23 | 4 | -6/+30 |
* | Python script to analyze tags file size | Peter Odding | 2011-05-11 | 1 | -0/+39 |
* | Python script to manually cleanup tags files | Peter Odding | 2011-05-11 | 1 | -0/+62 |
* | Update INSTALL.md concerning the new git repository layout | Peter Odding | 2011-05-11 | 1 | -2/+2 |
* | Use xolox#misc#os#is_win() instead of multiple has() expressions | Peter Odding | 2011-05-11 | 1 | -2/+2 |
* | Check that the xolox#misc submodule is available | Peter Odding | 2011-05-02 | 1 | -1/+11 |
* | Enable updating of project specific tags files | Peter Odding | 2011-05-02 | 4 | -57/+119 |
* | Don't use feedkeys() hack for Vim >= 7.3 | Peter Odding | 2011-04-23 | 1 | -3/+3 |
* | Remove useless "easytags_register_late" option | Peter Odding | 2011-04-12 | 1 | -19/+10 |
* | Enable deferring tags file registration (VimEnter) | Daniel Hahler | 2011-04-11 | 1 | -4/+19 |
* | Drop redundant ":" from `cmd`. | Daniel Hahler | 2011-04-11 | 1 | -1/+1 |
* | Improve submodule config, minor README updates | Peter Odding | 2011-04-11 | 3 | -5/+5 |
* | Add documentation in vimdoc format | Peter Odding | 2011-03-19 | 1 | -0/+374 |
* | Accept 'Development' as valid version | Daniel Hahler | 2011-03-19 | 1 | -3/+7 |
* | Add g:easytags_suppress_ctags_warning option | Daniel Hahler | 2011-03-19 | 2 | -2/+11 |
* | Make Pathogen users happy :-) | Peter Odding | 2011-03-15 | 4 | -81/+89 |
* | Document the highlighting groups used by the plug-in | Peter Odding | 2011-02-24 | 1 | -1/+15 |
* | Added caveat about Cygwin, updated to-do list | Peter Odding | 2011-02-24 | 2 | -3/+5 |
* | Highlight C# classes, structs and methods | Peter Odding | 2011-02-24 | 2 | -1/+21 |
* | Don't highlight PHP functions not followed by `(' | Peter Odding | 2011-02-24 | 2 | -2/+3 |
* | Bug fix for alias handling | Peter Odding | 2011-02-24 | 2 | -5/+7 |
* | Add links, Pathogen hints to INSTALL.md | Peter Odding | 2010-12-24 | 2 | -3/+3 |
* | Highlighting for Python class names | Peter Odding | 2010-12-04 | 2 | -3/+9 |
* | Don't highlight tags inside #include <...> | Peter Odding | 2010-11-20 | 3 | -5/+5 |
* | Added INSTALL instructions for GitHub users | Peter Odding | 2010-10-01 | 1 | -0/+3 |
* | Bug fix: Canonicalize arguments to :UpdateTags! | Peter Odding | 2010-09-06 | 2 | -7/+14 |
* | Fixed easytags#update() to overcome argument limit | Peter Odding | 2010-09-06 | 2 | -7/+7 |
* | Remove no longer needed PublishPre automatic command | Peter Odding | 2010-09-06 | 1 | -3/+2 |
* | Documented :HighlightTags tags file format requirements | Peter Odding | 2010-08-12 | 2 | -2/+14 |
* | Fix automatic ctags detection on FreeBSD (reported by Derek Tattersall) | Peter Odding | 2010-08-11 | 1 | -2/+2 |
* | Always scan C sources for prototypes | Peter Odding | 2010-08-11 | 3 | -20/+9 |
* | Support scanning & highlighting of struct/class members | Peter Odding | 2010-08-11 | 3 | -6/+46 |
* | Typo in g:easytags_autorecurse documentation | Peter Odding | 2010-08-10 | 1 | -1/+1 |