mirror of
https://github.com/vim/vim.git
synced 2025-10-29 09:37:35 -04:00
updated for version 7.3.907
Problem: Python uses IndexError when a dict key is not found. Solution: Use KeyError instead. (ZyX)
This commit is contained in:
@@ -38,7 +38,7 @@ Vim(put):E684:
|
||||
Vim(python):E725:
|
||||
Vim(python):E117:
|
||||
[0.0, 0.0]
|
||||
IndexError
|
||||
KeyError
|
||||
TypeError
|
||||
TypeError
|
||||
ValueError
|
||||
|
||||
@@ -38,7 +38,7 @@ Vim(put):E684:
|
||||
Vim(py3):E725:
|
||||
Vim(py3):E117:
|
||||
[0.0, 0.0]
|
||||
IndexError
|
||||
KeyError
|
||||
TypeError
|
||||
TypeError
|
||||
ValueError
|
||||
|
||||
Reference in New Issue
Block a user