Selaa lähdekoodia

Removed StandardError

Dmitry Vasiliev 15 vuotta sitten
vanhempi
commit
8423af1ae9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      python3.0.vim

+ 1
- 1
python3.0.vim Näytä tiedosto

@@ -242,7 +242,7 @@ endif
242 242
 if exists("python_highlight_exceptions") && python_highlight_exceptions != 0
243 243
   " Builtin exceptions and warnings
244 244
   syn keyword pythonExClass	BaseException
245
-  syn keyword pythonExClass	Exception StandardError ArithmeticError
245
+  syn keyword pythonExClass	Exception ArithmeticError
246 246
   syn keyword pythonExClass	LookupError EnvironmentError
247 247
 
248 248
   syn keyword pythonExClass	AssertionError AttributeError BufferError EOFError