[issue9084] vimrc: use matchall() instead of :match to allow multiple matches

2012-11-15 Thread Brett Cannon
Brett Cannon added the comment: 7e37a6c76e36 removes the files in Misc/Vim. Thanks for the patch regardless, Daniel. If the syntax file in Vim is out of date then I would suggest trying to submit a patch. I have found the Vim maintainer quite willing to take fixes. -- resolution: -

[issue9084] vimrc: use matchall() instead of :match to allow multiple matches

2011-03-20 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- assignee: brett.cannon - benjamin.peterson dependencies: +Usefulness of the Misc/Vim/ files? keywords: +gsoc -patch nosy: +benjamin.peterson, eric.araujo ___ Python tracker rep...@bugs.python.org

[issue9084] vimrc: use matchall() instead of :match to allow multiple matches

2011-03-20 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- assignee: benjamin.peterson - brett.cannon keywords: +patch -gsoc, needs review nosy: -benjamin.peterson ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9084

[issue9084] vimrc: use matchall() instead of :match to allow multiple matches

2010-06-26 Thread Brett Cannon
Changes by Brett Cannon br...@python.org: -- assignee: - brett.cannon keywords: +needs review nosy: +brett.cannon priority: normal - low stage: - patch review type: - behavior ___ Python tracker rep...@bugs.python.org

[issue9084] vimrc: use matchall() instead of :match to allow multiple matches

2010-06-25 Thread daniel hahler
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

[issue9084] vimrc: use matchall() instead of :match to allow multiple matches

2010-06-25 Thread daniel hahler
Changes by daniel hahler python-b...@thequod.de: -- keywords: +patch Added file: http://bugs.python.org/file17773/python-vimrc-use-matchadd.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9084