aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Documented :HighlightTags tags file format requirementsPeter Odding2010-08-122-2/+14
* Fix automatic ctags detection on FreeBSD (reported by Derek Tattersall)Peter Odding2010-08-111-2/+2
* Always scan C sources for prototypesPeter Odding2010-08-113-20/+9
* Support scanning & highlighting of struct/class membersPeter Odding2010-08-113-6/+46
* Typo in g:easytags_autorecurse documentationPeter Odding2010-08-101-1/+1
* Support for automatic recursion using ctags -RPeter Odding2010-08-103-6/+34
* Bug fix for broken alias support (reported by zhang xinli)Peter Odding2010-08-101-3/+7
* Automatic/optional integration with shell.vimPeter Odding2010-08-093-67/+82
* Enable commands like :UpdateTags -R ~/.vimPeter Odding2010-08-094-210/+229
* Changed global msg to script-local s:msg in easytags.vimPeter Odding2010-07-201-9/+12
* Qualified filetype_asp with g: scope just to be clearPeter Odding2010-07-201-1/+1
* Another bug fix for the broken :set tags= commandPeter Odding2010-07-203-22/+41
* Create case folded tags files when &ignorecase is onPeter Odding2010-07-181-2/+4
* Mention :helptags in README, other miscellaneous changesPeter Odding2010-07-153-15/+15
* Replaced makefile with custom external Python scriptPeter Odding2010-07-101-25/+0
* Bug fix for strange "E433: No tags file" problemPeter Odding2010-07-101-11/+7
* Handle patterns that are too large for Vim to evaluatePeter Odding2010-07-102-3/+33
* Improved README, added references to Vim documentationPeter Odding2010-07-101-28/+37
* Changed download linkPeter Odding2010-06-181-1/+1
* Moved generation of HTML documentation to my websitePeter Odding2010-06-183-53/+13
* Proper handling of unnamed buffersPeter Odding2010-06-161-10/+20
* Bug fix for E713: Cannot use empty key for DictionaryPeter Odding2010-06-161-2/+2
* Mention version detection in READMEPeter Odding2010-06-151-0/+40
* Version detection, better error handling, bug fix for dynamic highlightingPeter Odding2010-06-153-37/+78
* Bug fix: Ignore missing tags file when caching tagged filesPeter Odding2010-06-141-3/+8
* Fixed tags file corruption on Windows!Peter Odding2010-06-132-161/+201
* Bug fix for E108: No such variable: "s:entry"Peter Odding2010-06-111-2/+2
* Bug fix: Include autoload/xolox/option,vim in MakefilePeter Odding2010-06-111-1/+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
* Dynamic highlighting for Java identifiersPeter Odding2010-06-101-0/+15
* TODO about flashing command prompt window on Win32Peter Odding2010-06-101-0/+5
* Bug fix: Add easytags_file to &tags optionPeter Odding2010-06-101-3/+24
* Remove some more-or-less redundant timer callsPeter Odding2010-06-101-6/+0
* Bug fix: Make sure tags include "language" fieldPeter Odding2010-06-101-5/+2
* Minor logic tweaks, might improve performancePeter Odding2010-06-101-2/+2
* Scan files not contained in tags file on 1st :editPeter Odding2010-06-101-2/+48
* Make sure there's something to highlight before doing soPeter Odding2010-06-101-4/+6
* Alias support & defaults for C/C++/Obj-C/Obj-C++Peter Odding2010-06-092-4/+34
* TODO about possible Vim bug, updated latest zip link in READMEPeter Odding2010-06-092-1/+22
* Added `easytags_ignored_filetypes` optionPeter Odding2010-06-092-7/+12
* Fixed typo in READMEPeter Odding2010-06-061-1/+1
* Made README more consistentPeter Odding2010-06-061-1/+1
* Wrapped public facing functions in try/catch blocksPeter Odding2010-06-061-82/+99
* Moved script-local function s:unique() to autoload scriptPeter Odding2010-06-062-19/+5
* Updated README with instructions on installing ctagsPeter Odding2010-06-061-0/+6
* Initial commitPeter Odding2010-06-067-0/+581