E716
vim Key not present in Dictionary
A Dictionary lookup used a key that does not exist and the dict was not accessed with the get() function. Use get(dict, key, default) to safely retrieve optional keys.
A Dictionary lookup used a key that does not exist and the dict was not accessed with the get() function. Use get(dict, key, default) to safely retrieve optional keys.