[issue7620] Vim syntax highlight

2012-11-15 Thread Brett Cannon
Brett Cannon added the comment: 7e37a6c76e36 removed the Misc/Vim files since we just were not staying on top of them. Thanks for the patch regardless, July. If the syntax file in Vim itself is off I would submit those as I have found the Vim maintainers very willing to accept fixes.

[issue7620] Vim syntax highlight

2011-07-20 Thread Éric Araujo
Éric Araujo added the comment: Thanks for your willingness to contribute to Python and your work on a patch. We’re currently debating whether we should update or remove the Misc/Vim files, on #9893, so if we reach an agreement that maintaining these files is too costly for little benefit, yo

[issue7620] Vim syntax highlight

2011-07-16 Thread Sandro Tosi
Changes by Sandro Tosi : -- nosy: +sandro.tosi ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue7620] Vim syntax highlight

2011-06-26 Thread Brett Cannon
Changes by Brett Cannon : -- dependencies: +Usefulness of the Misc/Vim/ files? ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue7620] Vim syntax highlight

2010-01-02 Thread Brett Cannon
Changes by Brett Cannon : -- versions: +Python 3.2 -3rd party ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue7620] Vim syntax highlight

2010-01-02 Thread Brett Cannon
Changes by Brett Cannon : -- assignee: -> brett.cannon nosy: +brett.cannon priority: -> low stage: -> patch review ___ Python tracker ___ __

[issue7620] Vim syntax highlight

2010-01-02 Thread July Tikhonov
Changes by July Tikhonov : Removed file: http://bugs.python.org/file15719/vimsyntax.diff ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue7620] Vim syntax highlight

2010-01-02 Thread July Tikhonov
July Tikhonov added the comment: Reuploaded (some syntax groups fixed). -- Added file: http://bugs.python.org/file15721/misc-vim-syntax.diff ___ Python tracker ___ __

[issue7620] Vim syntax highlight

2010-01-02 Thread July Tikhonov
New submission from July Tikhonov : 'python.vim' syntax rules script was created for python 2 (automatically, using script 'vim_python.py'). This patch updates it to run by python 3. Some bugs with highlighting strings and numbers are resolved, too. Also, 'syntax_test.py' is updated; relative