[New-bugs-announce] [issue9084] vimrc: use matchall() instead of ":match" to allow multiple matches

daniel hahler report at bugs.python.org
Sat Jun 26 04:43:13 CEST 2010


New submission from daniel hahler <python-bugs at 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 <report at bugs.python.org>
<http://bugs.python.org/issue9084>
_______________________________________


More information about the New-bugs-announce mailing list