aboutsummaryrefslogtreecommitdiffstats
path: root/autoload
Commit message (Expand)AuthorAgeFilesLines
* Bug fix for :UpdateTags: Gracefully handle case where no supported file type ...Peter Odding2013-06-221-2/+2
* Improve plug-in initialization (make it more robust)Peter Odding2013-06-221-3/+73
* Improve handling of ignored syntax groups (issue #57)Peter Odding2013-06-201-4/+30
* 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
* Document vim-misc as external dependency (needs to be installed separately fr...Peter Odding2013-05-251-2/+2
* Cleaned up old miscellaneous scriptsPeter Odding2013-05-2312-1112/+0
* Remove compatibility checking of miscellaneous scriptsPeter Odding2013-05-231-4/+2
* Updated miscellaneous scriptsPeter Odding2013-05-205-16/+46
|\
| * Add xolox#misc#os#find_vim() functionPeter Odding2013-05-202-3/+32
| * Remove line continuation from xolox#misc#os scriptPeter Odding2013-05-201-3/+1
| * Add xolox#misc#timer#force() functionPeter Odding2013-05-203-9/+12
* | Updated miscellaneous scriptsPeter Odding2013-05-2013-141/+356
|\|
| * Improve the error message thrown by xolox#misc#compat#check()Peter Odding2013-05-201-10/+15
| * Added inline documentation everywhere, also included in README.md*Peter Odding2013-05-1912-103/+295
| * Bug fix: Correct wrong expansion order in xolox#misc#path#which()Peter Odding2013-05-192-17/+14
| * Improve error reporting in xolox#misc#os#exec()Peter Odding2013-05-192-8/+18
| * Bug fix: Make xolox#misc#os#exec() compatible with (t)csh (reported by Armin ...Peter Odding2013-05-192-4/+12
| * Bug fix for xolox#misc#option#eval_tags() optionPeter Odding2013-05-191-2/+2
| * Improve reporting of multi-line messages (now split over lines)Peter Odding2013-05-191-2/+5
* | Add g:easytags_updatetime_warn option, improve documentation (issue #47)Peter Odding2013-05-191-3/+5
* | Bug fix: Don't complain about 'updatetime' when autoload is disabled (issue #47)Peter Odding2013-05-191-25/+26
* | Updated miscellaneous scriptsPeter Odding2013-05-133-44/+112
|\|
| * Make xolox#misc#os#exec() report exit codes (breaks backwards compatibility)Peter Odding2013-05-132-18/+106
* | Support for composed file types (issue #28)Peter Odding2013-05-051-9/+24
* | Don't try to use dynamic tags files for non-writable directories (issue #29)Peter Odding2013-04-301-1/+8
* | Updated miscellaneous scriptsPeter Odding2013-04-303-22/+53
|\|
| * Improve the xolox#misc#path#* functionsPeter Odding2013-04-282-19/+50
* | Updated miscellaneous scriptsPeter Odding2013-04-283-81/+28
|\|
| * Change the repository layout to that of a proper Vim plug-inPeter Odding2013-04-2812-0/+748
* Merge pull request #37 (prevent cache corruption by moving before tags write)Peter Odding2013-04-211-5/+8
|\
| * FIX: Prevent cache corruption by moving before tags write.Ingo Karkat2012-11-261-4/+6
* | Bug fix for E688: More targets than List itemsPeter Odding2013-04-211-2/+2
* | Merge pull request #36Peter Odding2013-04-211-3/+3
|\ \
| * | Do not highlight tags on :UpdateTags when it is configured off.Ingo Karkat2012-10-221-1/+1
| |/
* | Make compatibility with miscellaneous scripts explicitPeter Odding2013-04-205-22/+93
* | Add `ctags-exuberant' to the list of program names (closes issue #39)Peter Odding2013-04-191-2/+2
* | Workaround low 'updatetime' intelligentlyPeter Odding2013-04-191-11/+18
* | Move g:easytags_languages documentation to README.mdPeter Odding2013-04-191-1/+1
* | Merge branch 'enh-languages' of git://github.com/inkarkat/vim-easytags into i...Peter Odding2013-04-191-27/+49
|\ \
| * | ENH: Allow to specify different ctags tool for particular languages.Ingo Karkat2013-03-071-27/+49
| |/
* | Minor changes to pull request #43 on GitHub (thank you Ingo :-)Peter Odding2013-04-191-34/+40
* | Merge branch 'enh-fingerprint-avoids-update' of git://github.com/inkarkat/vim...Peter Odding2013-04-181-2/+40
|\ \
| * | BUG: Avoid E713 when attempting fingerprinting without current file.Ingo Karkat2013-04-171-0/+5
| * | ENH: Avoid tag updating when ctags output has identical fingerprint.Ingo Karkat2013-03-281-2/+35
| |/
* / Bug fix for highlighting of function names in shell scriptsPeter Odding2013-04-181-3/+3
|/
* Bug fix for deduplication of syntax highlighting patternsPeter Odding2012-01-151-2/+2
* Bug fix: Sort tags files properly by folding to uppercase (issue #25)Peter Odding2012-01-151-3/+9
* Fix a slight inefficiency in xolox#easytags#highlight()Peter Odding2012-01-061-4/+5
* Updated miscellaneous scriptsPeter Odding2011-11-261-1/+1