On Feb 4, 2008 2:35 PM, <[EMAIL PROTECTED]> wrote: > > Brett> Python support is standard for Vim. But the stuff in Misc/Vim is > Brett> much more up-to-date and specific to core development. > > Brett, > > I should have asked this before, but what's so special about core (Python?) > development that the tools should be different than for non-core > development?
Usually the core has keywords, built-ins, etc. that have not been pushed to the release versions for various editors. I know I like having my syntax highlighting work for what I am coding against, and against trunk that can be different than what my editor came with. Plus coding guidelines might be different from PEPs 7 and 8 compared to what an editor is set to do by default. -Brett _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com