aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation of `easytags_dynamic_files' optionPeter Odding2015-04-141-2/+7
* Merge pull request #117: Fix typo in READMEPeter Odding2015-04-141-3/+4
|\
| * Typo fixJrean2015-04-141-2/+2
|/
* Improve easytags_auto_{update,highlight} option documentationPeter Odding2015-04-021-0/+6
* Refer from easytags_always_enabled to easytags_async in README.mdPeter Odding2015-04-021-2/+2
* Update installation instructionsPeter Odding2015-04-021-40/+25
* Merge pull request #111: Give precedence to dynamic files over storage by fil...Peter Odding2015-03-151-1/+1
* Add missing link to README (issue #98)Peter Odding2014-11-211-20/+21
* Improve handling & docs of g:easytags_opts option (issue #98)Peter Odding2014-11-211-1/+8
* Add g:easytags_opts option (issue #98)Peter Odding2014-11-131-17/+27
* Support for Perl highlighting (thanks to Jessica Kathleen McIntosh, see issue...Peter Odding2014-09-171-5/+6
* Add g:easytags_suppress_report optionblukat292014-08-241-0/+9
* Use timers to identify slow[est] parts of vim-easytagsPeter Odding2014-07-191-12/+30
* Support for keyword based syntax highlighting (much faster)Peter Odding2014-07-091-14/+41
* Credit Ingo for his work, thank other contributors as wellPeter Odding2014-07-081-1/+4
* Merge pull request #84: Asynchronous tags file updates! \o/Peter Odding2014-07-081-36/+34
|\
| * Support for synchronous + asynchronous tags file updates (huge refactoring)Peter Odding2014-06-221-36/+30
|/
* Merge pull request #78: Bug fix for accelerated highlighting using PythonPeter Odding2014-06-161-1/+1
* Make sure vim-misc is installed, politely complain if it isn'tPeter Odding2013-08-191-1/+1
* Merge pull request #59: Java interfaces supportPeter Odding2013-07-161-1/+1
* Improve handling of ignored syntax groups (issue #57)Peter Odding2013-06-201-8/+0
* Bug fix: Don't highlight C tags inside #if 0 (issue #57)Peter Odding2013-06-171-218/+215
* Document vim-misc as external dependency (needs to be installed separately fr...Peter Odding2013-05-251-30/+43
* Remove compatibility checking of miscellaneous scriptsPeter Odding2013-05-231-2/+2
* Document the g:easytags_events option (issue #46)Peter Odding2013-05-201-12/+31
* Document BufWritePost example, improve documentation structure (issue #46)Peter Odding2013-05-191-27/+50
* Add g:easytags_updatetime_warn option, improve documentation (issue #47)Peter Odding2013-05-191-18/+45
* Bug fix: Don't complain about 'updatetime' when autoload is disabled (issue #47)Peter Odding2013-05-191-2/+2
* Don't try to use dynamic tags files for non-writable directories (issue #29)Peter Odding2013-04-301-2/+3
* Merge pull request #36Peter Odding2013-04-211-1/+1
|\
* | Workaround low 'updatetime' intelligentlyPeter Odding2013-04-191-37/+30
* | Move g:easytags_languages documentation to README.mdPeter Odding2013-04-191-45/+48
* | Merge branch 'enh-languages' of git://github.com/inkarkat/vim-easytags into i...Peter Odding2013-04-191-0/+27
|\ \
| * | ENH: Allow to specify different ctags tool for particular languages.Ingo Karkat2013-03-071-0/+27
| |/
* / Bug fix for highlighting of function names in shell scriptsPeter Odding2013-04-181-0/+44
|/
* Make list of ignored syntax groups configurablePeter Odding2011-10-291-0/+6
* Bump version + minor updates for Awk, Shell & TCL supportPeter Odding2011-10-011-11/+19
* New g:easytags_updatetime_autodisable option (issue #17, reported by Strahinj...Peter Odding2011-09-171-15/+36
* Improve easytags_dynamic_files implementation (best of both worlds?)Peter Odding2011-09-051-12/+18
* Make "easytags_dynamic_files" create missing tags filesPeter Odding2011-08-311-13/+9
* Explain how to setup custom ctags command line optionsPeter Odding2011-07-091-6/+18
* Fix broken link in READMEPeter Odding2011-06-271-2/+2
* Support buffer local variants of most optionsPeter Odding2011-06-271-17/+21
* Add easytags_auto_update/auto_highlight optionsPeter Odding2011-06-261-0/+28
* Allow enabling both dynamic and file type tags filesKenny Stuart2011-06-241-0/+9
* Remove duplicate tag from Vim help filePeter Odding2011-06-171-2/+1
* Documentation bug fix (it's getting late..)Peter Odding2011-06-141-1/+1
* 2x faster syntax highlighting using Python Interface to Vim :-)Peter Odding2011-06-141-7/+37
* :TagsByFileType to create filetype specific tagsfiles from global tagsfilePeter Odding2011-06-131-0/+4
* Basic support for file type specific tags files!Peter Odding2011-06-131-0/+12