This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients brett.cannon, pitrou
Date 2010-09-18.16:34:43
SpamBayes Score 0.021719558
Marked as misclassified No
Message-id <1284827686.39.0.471855984875.issue9893@psf.upfronthosting.co.za>
In-reply-to
Content
While trying out vim, I noticed that the files in Misc/Vim are very poor compared to what is otherwise provided by the vim community:
- highlighting including 3.x syntax: http://www.vim.org/scripts/script.php?script_id=974
- PEP 8 indentation: http://www.vim.org/scripts/script.php?script_id=974

Also, the vimrc uses "au BufRead,BufNewFile *.py" style selection, while the recommended modern style seems to use a ".vim/ftplugin" filetype-specific file instead.

Does it still make sense to maintain these files separately?
History
Date User Action Args
2010-09-18 16:34:46pitrousetrecipients: + pitrou, brett.cannon
2010-09-18 16:34:46pitrousetmessageid: <1284827686.39.0.471855984875.issue9893@psf.upfronthosting.co.za>
2010-09-18 16:34:44pitroulinkissue9893 messages
2010-09-18 16:34:43pitroucreate