[New-bugs-announce] [issue9893] Usefulness of the Misc/Vim/ files?

Antoine Pitrou report at bugs.python.org
Sat Sep 18 18:34:46 CEST 2010


New submission from Antoine Pitrou <pitrou at 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 <report at bugs.python.org>
<http://bugs.python.org/issue9893>
_______________________________________


More information about the New-bugs-announce mailing list