aboutsummaryrefslogtreecommitdiffstats
path: root/autoload
Commit message (Expand)AuthorAgeFilesLines
* Warn about unreasonable 'updatetime' values (issue #16)Peter Odding2011-09-041-2/+6
* Bug fix for "E713: Cannot use empty key for Dictionary" (issue #16)Peter Odding2011-09-041-11/+19
* Make "easytags_dynamic_files" create missing tags filesPeter Odding2011-08-311-10/+10
* Merge branch 'master' of https://github.com/xolox/vim-miscPeter Odding2011-08-313-3/+76
* Move version variable to autoload scriptPeter Odding2011-08-271-18/+20
* Skip unreadable tags files returned by tagfiles() (reported by Hannes von Hau...Peter Odding2011-07-091-5/+9
* Never try to autoload plug-in for unsupported file typesPeter Odding2011-07-091-12/+16
* To-do list updatesPeter Odding2011-06-271-5/+7
* Support buffer local variants of most optionsPeter Odding2011-06-271-10/+11
* Merge branch 'master' of https://github.com/xolox/vim-miscPeter Odding2011-06-271-7/+10
* Add easytags_auto_update/auto_highlight optionsPeter Odding2011-06-261-17/+21
* Merge branch 'master' of https://github.com/xolox/vim-miscPeter Odding2011-06-264-12/+103
* Finish support for file type specific tags files (+bug fix)Peter Odding2011-06-241-8/+14
* Tolerate corrupt tags files and ctags output (issue #13)Peter Odding2011-06-241-3/+13
* Allow enabling both dynamic and file type tags filesKenny Stuart2011-06-241-7/+12
* Define version as variable, include version in messagesPeter Odding2011-06-181-26/+24
* 2x faster syntax highlighting using Python Interface to Vim :-)Peter Odding2011-06-141-46/+109
* Fix caching of tagged files (for file type specific tags files)Peter Odding2011-06-141-63/+67
* :TagsByFileType to create filetype specific tagsfiles from global tagsfilePeter Odding2011-06-131-7/+71
* Basic support for file type specific tags files!Peter Odding2011-06-131-7/+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-0/+26
* Minor bug fix for xolox#easytags#get_tagsfile()Peter Odding2011-06-131-2/+2
* Automatically run :HighlightTags after using :UpdateTagsPeter Odding2011-06-131-1/+6
* Merge vim-misc repository as subdirectoryPeter Odding2011-05-2510-0/+476
* Delete submodulePeter Odding2011-05-251-5/+0
* Bug fix for highlighting of C# classesPeter Odding2011-05-231-1/+1
* Dynamic highlighting for Ruby source code (issue #9)Peter Odding2011-05-231-1/+22
* Use xolox#misc#os#is_win() instead of multiple has() expressionsPeter Odding2011-05-111-2/+2
* Enable updating of project specific tags filesPeter Odding2011-05-021-1/+7
* Make Pathogen users happy :-)Peter Odding2011-03-152-0/+636