aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tolerate corrupt tags files and ctags output (issue #13)Peter Odding2011-06-242-4/+14
* Allow enabling both dynamic and file type tags filesKenny Stuart2011-06-244-9/+27
* Define version as variable, include version in messagesPeter Odding2011-06-182-35/+31
* Remove duplicate tag from Vim help filePeter Odding2011-06-173-5/+4
* Documentation bug fix (it's getting late..)Peter Odding2011-06-143-3/+3
* 2x faster syntax highlighting using Python Interface to Vim :-)Peter Odding2011-06-147-58/+230
* Update to-do list (file type specific tags files now supported)Peter Odding2011-06-141-2/+0
* Fix caching of tagged files (for file type specific tags files)Peter Odding2011-06-142-65/+69
* :TagsByFileType to create filetype specific tagsfiles from global tagsfilePeter Odding2011-06-134-8/+79
* Basic support for file type specific tags files!Peter Odding2011-06-134-10/+40
* Bug fix: Print the right message after :verbose UpdateTags!Peter Odding2011-06-132-2/+2
* Move tags file registration to auto load functionPeter Odding2011-06-132-29/+29
* Minor bug fix for xolox#easytags#get_tagsfile()Peter Odding2011-06-132-4/+4
* Refactor automatic command registration, include more eventsPeter Odding2011-06-131-15/+16
* Automatically run :HighlightTags after using :UpdateTagsPeter Odding2011-06-132-3/+8
* Change link to latest download in INSTALLPeter Odding2011-06-132-63/+53
* Remove hack that checks whether submodule is initializedPeter Odding2011-05-251-12/+2
* Remove reference to submodule from installation instructionsPeter Odding2011-05-251-1/+1
* Merge vim-misc repository as subdirectoryPeter Odding2011-05-2510-0/+476
|\
| * Initial commitPeter Odding2011-03-1510-0/+476
* Delete submodulePeter Odding2011-05-252-8/+0
* Bug fix for highlighting of C# classesPeter Odding2011-05-232-2/+2
* Dynamic highlighting for Ruby source code (issue #9)Peter Odding2011-05-234-6/+30
* Python script to analyze tags file sizePeter Odding2011-05-111-0/+39
* Python script to manually cleanup tags filesPeter Odding2011-05-111-0/+62
* Update INSTALL.md concerning the new git repository layoutPeter Odding2011-05-111-2/+2
* Use xolox#misc#os#is_win() instead of multiple has() expressionsPeter Odding2011-05-111-2/+2
* Check that the xolox#misc submodule is availablePeter Odding2011-05-021-1/+11
* Enable updating of project specific tags filesPeter Odding2011-05-024-57/+119
* Don't use feedkeys() hack for Vim >= 7.3Peter Odding2011-04-231-3/+3
* Remove useless "easytags_register_late" optionPeter Odding2011-04-121-19/+10
* Enable deferring tags file registration (VimEnter)Daniel Hahler2011-04-111-4/+19
* Drop redundant ":" from `cmd`.Daniel Hahler2011-04-111-1/+1
* Improve submodule config, minor README updatesPeter Odding2011-04-113-5/+5
* Add documentation in vimdoc formatPeter Odding2011-03-191-0/+374
* Accept 'Development' as valid versionDaniel Hahler2011-03-191-3/+7
* Add g:easytags_suppress_ctags_warning optionDaniel Hahler2011-03-192-2/+11
* Make Pathogen users happy :-)Peter Odding2011-03-154-81/+89
* Document the highlighting groups used by the plug-inPeter Odding2011-02-241-1/+15
* Added caveat about Cygwin, updated to-do listPeter Odding2011-02-242-3/+5
* Highlight C# classes, structs and methodsPeter Odding2011-02-242-1/+21
* Don't highlight PHP functions not followed by `('Peter Odding2011-02-242-2/+3
* Bug fix for alias handlingPeter Odding2011-02-242-5/+7
* Add links, Pathogen hints to INSTALL.mdPeter Odding2010-12-242-3/+3
* Highlighting for Python class namesPeter Odding2010-12-042-3/+9
* Don't highlight tags inside #include <...>Peter Odding2010-11-203-5/+5
* Added INSTALL instructions for GitHub usersPeter Odding2010-10-011-0/+3
* Bug fix: Canonicalize arguments to :UpdateTags!Peter Odding2010-09-062-7/+14
* Fixed easytags#update() to overcome argument limitPeter Odding2010-09-062-7/+7
* Remove no longer needed PublishPre automatic commandPeter Odding2010-09-061-3/+2