aboutsummaryrefslogtreecommitdiffstats
path: root/autoload.vim
Commit message (Expand)AuthorAgeFilesLines
* Highlighting for Python class namesPeter Odding2010-12-041-1/+7
* Don't highlight tags inside #include <...>Peter Odding2010-11-201-2/+2
* Bug fix: Canonicalize arguments to :UpdateTags!Peter Odding2010-09-061-6/+13
* Fixed easytags#update() to overcome argument limitPeter Odding2010-09-061-5/+5
* Always scan C sources for prototypesPeter Odding2010-08-111-1/+1
* Support scanning & highlighting of struct/class membersPeter Odding2010-08-111-3/+25
* Support for automatic recursion using ctags -RPeter Odding2010-08-101-4/+18
* Bug fix for broken alias support (reported by zhang xinli)Peter Odding2010-08-101-3/+7
* Automatic/optional integration with shell.vimPeter Odding2010-08-091-20/+38
* Enable commands like :UpdateTags -R ~/.vimPeter Odding2010-08-091-73/+178
* 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-201-4/+6
* Create case folded tags files when &ignorecase is onPeter Odding2010-07-181-2/+4
* Mention :helptags in README, other miscellaneous changesPeter Odding2010-07-151-3/+3
* Handle patterns that are too large for Vim to evaluatePeter Odding2010-07-101-3/+9
* 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
* Version detection, better error handling, bug fix for dynamic highlightingPeter Odding2010-06-151-12/+20
* Bug fix: Ignore missing tags file when caching tagged filesPeter Odding2010-06-141-3/+8
* Fixed tags file corruption on Windows!Peter Odding2010-06-131-159/+199
* Dynamic highlighting for Java identifiersPeter Odding2010-06-101-0/+15
* 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-091-2/+32
* Added `easytags_ignored_filetypes` optionPeter Odding2010-06-091-6/+7
* Wrapped public facing functions in try/catch blocksPeter Odding2010-06-061-82/+99
* Moved script-local function s:unique() to autoload scriptPeter Odding2010-06-061-16/+1
* Initial commitPeter Odding2010-06-061-0/+272