Issue 9084: vimrc: use matchall() instead of ":match" to allow multiple matches (original) (raw)
Created on 2010-06-26 02:43 by blueyed, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Files | |||
---|---|---|---|
File name | Uploaded | Description | Edit |
python-vimrc-use-matchadd.diff | blueyed,2010-06-26 02:43 |
Messages (2) | ||
---|---|---|
msg108683 - (view) | Author: daniel hahler (blueyed) * | Date: 2010-06-26 02:43 |
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. | ||
msg175646 - (view) | Author: Brett Cannon (brett.cannon) * ![]() |
Date: 2012-11-15 21:21 |
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. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:02 | admin | set | github: 53330 |
2012-11-15 21:21:20 | brett.cannon | set | status: open -> closedresolution: wont fixmessages: + |
2011-03-21 00:37:26 | eric.araujo | set | keywords: + patch, - needs review, gsocassignee: benjamin.peterson -> brett.cannonnosy: - benjamin.peterson |
2011-03-21 00:36:59 | eric.araujo | set | keywords: + gsoc, - patchassignee: brett.cannon -> benjamin.petersondependencies: + Removing the Misc/Vim/ filesnosy: + eric.araujo, benjamin.peterson |
2010-06-26 18:59:58 | brett.cannon | set | nosy: + brett.cannonpriority: normal -> lowassignee: brett.cannonkeywords: + needs reviewtype: behaviorstage: patch review |
2010-06-26 02:43:45 | blueyed | set | files: + python-vimrc-use-matchadd.diffkeywords: + patch |
2010-06-26 02:43:11 | blueyed | create |