Merge python.vim and python3.0.vim into python.vim

Merge Python 3 and Python 3 script versions into
the single python.vim script
This commit is contained in:
Dmitry Vasilev
2013-02-24 21:54:22 +01:00
parent ee72907cf8
commit 325c3a50ce
5 changed files with 394 additions and 602 deletions

View File

@@ -42,7 +42,7 @@ TypeError UnboundLocalError UnicodeError UnicodeEncodeError UnicodeDecodeError
UnicodeTranslateError ValueError WindowsError ZeroDivisionError
Warning UserWarning DeprecationWarning PendingDepricationWarning SyntaxWarning
RuntimeWarning FutureWarning OverflowWarning ImportWarning UnicodeWarning
RuntimeWarning FutureWarning ImportWarning UnicodeWarning
# Decorators.
@@ -85,10 +85,13 @@ br"\a\b\n\r"
# Formattings
" %f "
b" %f "
"{0.name!r:b} {0[n]} {name!s: } {{test}} {{}} {} {.__len__:s}"
b"{0.name!r:b} {0[n]} {name!s: } {{test}} {{}} {} {.__len__:s}"
"${test} ${test ${test}aname $$$ $test+nope"
b"${test} ${test ${test}aname $$$ $test+nope"
# Doctests.