aboutsummaryrefslogtreecommitdiffstats
path: root/easytags.vim
Commit message (Expand)AuthorAgeFilesLines
* Don't highlight tags inside #include <...>Peter Odding2010-11-201-2/+2
* Bug fix: Canonicalize arguments to :UpdateTags!Peter Odding2010-09-061-1/+1
* Fixed easytags#update() to overcome argument limitPeter Odding2010-09-061-2/+2
* Remove no longer needed PublishPre automatic commandPeter Odding2010-09-061-3/+2
* Fix automatic ctags detection on FreeBSD (reported by Derek Tattersall)Peter Odding2010-08-111-2/+2
* Always scan C sources for prototypesPeter Odding2010-08-111-1/+1
* Support scanning & highlighting of struct/class membersPeter Odding2010-08-111-2/+6
* Support for automatic recursion using ctags -RPeter Odding2010-08-101-2/+6
* Automatic/optional integration with shell.vimPeter Odding2010-08-091-1/+12
* Enable commands like :UpdateTags -R ~/.vimPeter Odding2010-08-091-4/+4
* Changed global msg to script-local s:msg in easytags.vimPeter Odding2010-07-201-9/+12
* Another bug fix for the broken :set tags= commandPeter Odding2010-07-201-18/+33
* Mention :helptags in README, other miscellaneous changesPeter Odding2010-07-151-3/+3
* Bug fix for strange "E433: No tags file" problemPeter Odding2010-07-101-11/+7
* Version detection, better error handling, bug fix for dynamic highlightingPeter Odding2010-06-151-25/+50
* Fixed tags file corruption on Windows!Peter Odding2010-06-131-2/+2
* Bug fix for E108: No such variable: "s:entry"Peter Odding2010-06-111-2/+2
* Bug fix: Expand ~ to $HOME manually on Win32Peter Odding2010-06-111-2/+7
* Moved &tags option parsing to autoload scriptPeter Odding2010-06-101-9/+4
* Bug fix: Add easytags_file to &tags optionPeter Odding2010-06-101-3/+24
* Alias support & defaults for C/C++/Obj-C/Obj-C++Peter Odding2010-06-091-2/+2
* Added `easytags_ignored_filetypes` optionPeter Odding2010-06-091-1/+5
* Initial commitPeter Odding2010-06-061-0/+93