aboutsummaryrefslogtreecommitdiffstats
path: root/autoload.vim
Commit message (Expand)AuthorAgeFilesLines
* 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