mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-08 21:54:48 +08:00
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:
5
test.py
5
test.py
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user