diff --git a/CHANGES.txt b/CHANGES.txt index 463f047..776ef86 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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): - Fixed behaviour of b:python_version_2 variable. Reported by Will Gray. diff --git a/README.rst b/README.rst index aeda04d..c49b7d3 100644 --- a/README.rst +++ b/README.rst @@ -126,11 +126,13 @@ Options used by the script Contributors ------------ -- Jeroen Ruigrok van der Werven -- Pedro Algarvio -- John Eikenberry -- Caleb Adamantine +List of the contributors in alphabetical order: + - Andrea Riciputi - Anton Butanaev +- Caleb Adamantine +- Jeroen Ruigrok van der Werven +- John Eikenberry - Marc Weber +- Pedro Algarvio - Will Gray diff --git a/syntax/python.vim b/syntax/python.vim index 5f0c19f..0db6929 100644 --- a/syntax/python.vim +++ b/syntax/python.vim @@ -2,9 +2,9 @@ " Language: Python " Maintainer: Dmitry Vasiliev " URL: https://github.com/hdima/python-syntax -" Last Change: 2013-06-01 +" Last Change: 2013-06-02 " Filenames: *.py -" Version: 3.3.2 +" Version: 3.3.3 " " Based on python.vim (from Vim 6.1 distribution) " by Neil Schemenauer @@ -20,13 +20,15 @@ " Contributors " ============ " -" Jeroen Ruigrok van der Werven -" Pedro Algarvio -" John Eikenberry -" Caleb Adamantine +" List of the contributors in alphabetical order: +" " Andrea Riciputi " Anton Butanaev +" Caleb Adamantine +" Jeroen Ruigrok van der Werven +" John Eikenberry " Marc Weber +" Pedro Algarvio " Will Gray " " Options