aboutsummaryrefslogtreecommitdiffstats
path: root/plugin
Commit message (Expand)AuthorAgeFilesLines
* Actually enable the automatic commands introduced in 6c7a66349ec :-)Peter Odding2014-06-291-2/+2
* Disable automatic tags file updates during :vimgrepPeter Odding2014-06-291-1/+6
* Support for synchronous + asynchronous tags file updates (huge refactoring)Peter Odding2014-06-221-5/+14
* Make sure vim-misc is installed, politely complain if it isn'tPeter Odding2013-08-191-1/+15
* Improve plug-in initialization (make it more robust)Peter Odding2013-06-221-86/+21
* Improve handling of ignored syntax groups (issue #57)Peter Odding2013-06-201-3/+3
* Bug fix: Don't highlight C tags inside #if 0 and Doxygen comments (issue #57)Peter Odding2013-06-191-2/+2
* Bug fix: Don't highlight C tags inside #if 0 (issue #57)Peter Odding2013-06-171-2/+2
* Updated miscellaneous scriptsPeter Odding2013-05-131-24/+16
* Add `ctags-exuberant' to the list of program names (closes issue #39)Peter Odding2013-04-191-3/+4
* Make list of ignored syntax groups configurablePeter Odding2011-10-291-1/+5
* Search the whole $PATH for Exuberant Ctags (issue #18)Peter Odding2011-09-261-8/+32
* Warn about unreasonable 'updatetime' values (issue #16)Peter Odding2011-09-041-2/+2
* Move version variable to autoload scriptPeter Odding2011-08-271-5/+3
* Skip unreadable tags files returned by tagfiles() (reported by Hannes von Hau...Peter Odding2011-07-091-1/+1
* Never try to autoload plug-in for unsupported file typesPeter Odding2011-07-091-2/+2
* Fix broken link in READMEPeter Odding2011-06-271-1/+1
* Support buffer local variants of most optionsPeter Odding2011-06-271-22/+2
* 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