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
This is a limitation resulting from the fact that Vim's complete() function needs to know how big a word is to be completed. I think there's a workaround we can do, but it might be a while before I can get around to it. Right now, SnipMate looks only for possible snippets that start with the entire WORD before the cursor. In order to add other lookups, their triggers need to be combined with the rest of the WORD so that the completion function works correctly.
From @unclechu:
The text was updated successfully, but these errors were encountered: