summaryrefslogtreecommitdiffstats
path: root/Misc/vimrc
Commit message (Collapse)AuthorAgeFilesLines
* Add comment about optional option for keeping indentation level from previousBrett Cannon2005-03-211-1/+2
| | | | line.
* Add a highlight group for denoting bad whitespace. Also added a match rule forBrett Cannon2005-03-051-8/+15
| | | | | | leading tabs in a line when in Python mode. Also fixed some grammatical errors in the comments.
* Comment cleanup.Brett Cannon2004-11-061-11/+11
|
* Add warning notation about using 'bomb' setting.Brett Cannon2004-09-251-1/+3
|
* Add a commented-out recipe on making trailing whitespace explicit.Brett Cannon2004-09-201-0/+7
| | | | If people think this is not too intrusive it could be uncommented.
* When this file is sourced in, or used as, one's vimrc file it will set the ↵Brett Cannon2004-09-191-0/+78
proper settings to follow the style guidelines laid out in PEPs 7 & 8 as best it can without forcing extraneous settings. Suggested settings are commented out and included at the end of the file. The goal is to have this file prevent as much as possible from deviating from the style guidelines. It is not meant to collect every cool macro possible for Python. Any useful settings for features included with Vim can be included and commented out, but anything overly extraneous should be left out.