[issue7288] Detect improper leading whitespace in C files for Vim

2010-04-25 Thread Brett Cannon
Changes by Brett Cannon br...@python.org: -- resolution: - wont fix status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7288 ___

[issue7288] Detect improper leading whitespace in C files for Vim

2009-11-08 Thread Brett Cannon
New submission from Brett Cannon br...@python.org: With the proper detection for C files using either tabs or spaces now in there should also be proper highlighting when the wrong leading whitespace is used, e.g. if the file uses tabs then any lines with ^ + should be flagged as wrong.

[issue7288] Detect improper leading whitespace in C files for Vim

2009-11-08 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: As a non-Vim user, I don't really care, but lines beginning with spaces are valid if you want to indent by something smaller than a tab (this is common in comments). -- nosy: +pitrou ___ Python tracker

[issue7288] Detect improper leading whitespace in C files for Vim

2009-11-08 Thread Brett Cannon
Brett Cannon br...@python.org added the comment: Ah nuts, you're right. I guess it will only work for starting with tabs when spaces are being used for the indentation. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7288