Revision 3.3.3

This commit is contained in:
Dmitry Vasiliev
2013-06-02 13:52:27 +02:00
parent fc6a66bf80
commit ebbdd093b7
3 changed files with 18 additions and 10 deletions

View File

@@ -1,3 +1,7 @@
Revision 3.3.3 (2013-06-02):
- More lightweight syntax reloading. Patch by Will Gray.
Revision 3.3.2 (2013-06-01): Revision 3.3.2 (2013-06-01):
- Fixed behaviour of b:python_version_2 variable. Reported by Will Gray. - Fixed behaviour of b:python_version_2 variable. Reported by Will Gray.

View File

@@ -126,11 +126,13 @@ Options used by the script
Contributors Contributors
------------ ------------
- Jeroen Ruigrok van der Werven List of the contributors in alphabetical order:
- Pedro Algarvio
- John Eikenberry
- Caleb Adamantine
- Andrea Riciputi - Andrea Riciputi
- Anton Butanaev - Anton Butanaev
- Caleb Adamantine
- Jeroen Ruigrok van der Werven
- John Eikenberry
- Marc Weber - Marc Weber
- Pedro Algarvio
- Will Gray - Will Gray

View File

@@ -2,9 +2,9 @@
" Language: Python " Language: Python
" Maintainer: Dmitry Vasiliev <dima at hlabs dot org> " Maintainer: Dmitry Vasiliev <dima at hlabs dot org>
" URL: https://github.com/hdima/python-syntax " URL: https://github.com/hdima/python-syntax
" Last Change: 2013-06-01 " Last Change: 2013-06-02
" Filenames: *.py " Filenames: *.py
" Version: 3.3.2 " Version: 3.3.3
" "
" Based on python.vim (from Vim 6.1 distribution) " Based on python.vim (from Vim 6.1 distribution)
" by Neil Schemenauer <nas at python dot ca> " by Neil Schemenauer <nas at python dot ca>
@@ -20,13 +20,15 @@
" Contributors " Contributors
" ============ " ============
" "
" Jeroen Ruigrok van der Werven " List of the contributors in alphabetical order:
" Pedro Algarvio "
" John Eikenberry
" Caleb Adamantine
" Andrea Riciputi " Andrea Riciputi
" Anton Butanaev " Anton Butanaev
" Caleb Adamantine
" Jeroen Ruigrok van der Werven
" John Eikenberry
" Marc Weber " Marc Weber
" Pedro Algarvio
" Will Gray " Will Gray
" "
" Options " Options