Skip to content

Commit 8423af1

Browse files
committed
Removed StandardError
1 parent 894f6d0 commit 8423af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python3.0.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ endif
242242
if exists("python_highlight_exceptions") && python_highlight_exceptions != 0
243243
" Builtin exceptions and warnings
244244
syn keyword pythonExClass BaseException
245-
syn keyword pythonExClass Exception StandardError ArithmeticError
245+
syn keyword pythonExClass Exception ArithmeticError
246246
syn keyword pythonExClass LookupError EnvironmentError
247247

248248
syn keyword pythonExClass AssertionError AttributeError BufferError EOFError

0 commit comments

Comments
 (0)