Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
259d7d6b
Commit
259d7d6b
authored
May 16, 2006
by
George Yoshida
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update for 'ImportWarning'
parent
c0a0decd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Misc/Vim/python.vim
Misc/Vim/python.vim
+3
-3
No files found.
Misc/Vim/python.vim
View file @
259d7d6b
...
...
@@ -86,9 +86,9 @@ if exists("python_highlight_exceptions")
syn
keyword pythonException UnicodeError UnicodeEncodeError
syn
keyword pythonException FloatingPointError ReferenceError NameError
syn
keyword pythonException OverflowWarning IOError SyntaxError
syn
keyword pythonException FutureWarning
SystemExit Exception EOFError
syn
keyword pythonException
StandardError ValueError TabError Key
Error
syn
keyword pythonException ZeroDivisionError SystemError
syn
keyword pythonException FutureWarning
ImportWarning SystemExit
syn
keyword pythonException
Exception EOFError StandardError Value
Error
syn
keyword pythonException
TabError KeyError
ZeroDivisionError SystemError
syn
keyword pythonException UnicodeDecodeError IndentationError
syn
keyword pythonException AssertionError TypeError IndexError
syn
keyword pythonException RuntimeWarning KeyboardInterrupt UserWarning
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment