aboutsummaryrefslogtreecommitdiffstats
path: root/plugin
Commit message (Expand)AuthorAgeFilesLines
* Add easytags_auto_update/auto_highlight optionsPeter Odding2011-06-261-2/+2
* Finish support for file type specific tags files (+bug fix)Peter Odding2011-06-241-1/+1
* Tolerate corrupt tags files and ctags output (issue #13)Peter Odding2011-06-241-1/+1
* Allow enabling both dynamic and file type tags filesKenny Stuart2011-06-241-2/+2
* Define version as variable, include version in messagesPeter Odding2011-06-181-9/+7
* Remove duplicate tag from Vim help filePeter Odding2011-06-171-2/+2
* Documentation bug fix (it's getting late..)Peter Odding2011-06-141-1/+1
* 2x faster syntax highlighting using Python Interface to Vim :-)Peter Odding2011-06-141-1/+9
* Fix caching of tagged files (for file type specific tags files)Peter Odding2011-06-141-2/+2
* :TagsByFileType to create filetype specific tagsfiles from global tagsfilePeter Odding2011-06-131-1/+2
* Basic support for file type specific tags files!Peter Odding2011-06-131-3/+11
* Bug fix: Print the right message after :verbose UpdateTags!Peter Odding2011-06-131-1/+1
* Move tags file registration to auto load functionPeter Odding2011-06-131-29/+3
* Minor bug fix for xolox#easytags#get_tagsfile()Peter Odding2011-06-131-2/+2
* Refactor automatic command registration, include more eventsPeter Odding2011-06-131-15/+16
* Automatically run :HighlightTags after using :UpdateTagsPeter Odding2011-06-131-2/+2
* Remove hack that checks whether submodule is initializedPeter Odding2011-05-251-12/+2
* Bug fix for highlighting of C# classesPeter Odding2011-05-231-1/+1
* Dynamic highlighting for Ruby source code (issue #9)Peter Odding2011-05-231-2/+2
* Check that the xolox#misc submodule is availablePeter Odding2011-05-021-1/+11
* Enable updating of project specific tags filesPeter Odding2011-05-021-4/+8
* 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
* Accept 'Development' as valid versionDaniel Hahler2011-03-191-3/+7
* Add g:easytags_suppress_ctags_warning optionDaniel Hahler2011-03-191-2/+5
* Make Pathogen users happy :-)Peter Odding2011-03-151-0/+175