New submission from daniel hahler <python-b...@thequod.de>: This patch fixes the vimrc example file to use matchadd() instead of ":match", so that the second "match" does not overwrite the first one.
This resulted in leading tabs not highlighted as BadWhitespace. ---------- components: Demos and Tools messages: 108683 nosy: blueyed priority: normal severity: normal status: open title: vimrc: use matchall() instead of ":match" to allow multiple matches _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9084> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com