E717
vim Dictionary entry already exists
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.
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.