commit | 813c43ab2591f9a61c222cb62b00bb2555b690bf | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sun Nov 08 21:35:28 2009 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sun Nov 08 21:35:28 2009 +0000 |
tree | 3bd45d108e533601292629a934ab1f2d281c9009 | |
parent | 002533013f542160c294791671f3707db4491f22 [diff] [blame] |
Properly detect whether a C file is using tabs or spaces for Vim. Closes issue #5611. Thanks Kirk McDonald and Johannes Hoff.
diff --git a/Misc/NEWS b/Misc/NEWS index 011d320..1507ebe 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1607,6 +1607,11 @@ - Issue #2389: Array objects are now pickled in a portable manner. +Misc +---- + +- Issue #5611: Auto-detect whether a C file uses tabs or spaces in Vim. + What's New in Python 2.6 final ==============================