summaryrefslogtreecommitdiff
path: root/tests/support
Commit message (Collapse)AuthorAgeFilesLines
* CTags feature:Georg Brandl2013-01-091-0/+36
* rename parameter "urlformat" to "tagurlformat" to make clear it belongs to the tags feature * change NameError to RuntimeError and tone down the message * document that python-ctags must be installed to use the tagsfile feature * move test tags file from examplefiles/, where it will be attempted as a test file * fix test to work if python-ctags is not installed * changelog/attribution