[New-bugs-announce] [issue7288] Detect improper leading whitespace in C files for Vim

Brett Cannon report at bugs.python.org
Sun Nov 8 22:46:55 CET 2009


New submission from Brett Cannon <brett at 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.

----------
assignee: brett.cannon
components: None
keywords: easy
messages: 95047
nosy: brett.cannon
priority: low
severity: normal
stage: needs patch
status: open
title: Detect improper leading whitespace in C files for Vim
type: behavior
versions: Python 2.7, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7288>
_______________________________________


More information about the New-bugs-announce mailing list