errors.fyi community error code reference
E684
vim

list index out of range: {nr}

A List was indexed with a number that falls outside the valid range of indices. Use len() to check the List size before accessing elements by index.

References

← all namespaces