An attempt was made to add a key to a Dictionary using a method that prohibits overwriting existing entries. Use direct assignment (dict[key] = value) to update an existing key.
E717
vim An attempt was made to add a key to a Dictionary using a method that prohibits overwriting existing entries. Use direct assignment (dict[key] = value) to update an existing key.