New submission from Antoine Pitrou <pit...@free.fr>:

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?

----------
components: Demos and Tools
messages: 116812
nosy: brett.cannon, pitrou
priority: low
severity: normal
status: open
title: Usefulness of the Misc/Vim/ files?
type: resource usage
versions: Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9893>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to