mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-09 06:04:48 +08:00
Revision 3.3.3
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
10
README.rst
10
README.rst
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user