You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.
When I use the completion mapping when there is no text before it for example a blank line I get this error.
|| Error detected while processing function
|| minisnip#complete[40]
|| E684: list index out of range: 0
|| Error detected while processing function
|| minisnip#complete[40]
|| E116: Invalid arguments for function add
works as expencted when i have typed before using completion. eg if is type f and call completion it will complete with for. as seen in the error it looks like its coming from the call to add.
The text was updated successfully, but these errors were encountered:
When I use the completion mapping when there is no text before it for example a blank line I get this error.
works as expencted when i have typed before using completion. eg if is type
f
and call completion it will complete withfor
. as seen in the error it looks like its coming from the call to add.The text was updated successfully, but these errors were encountered: