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
I use <a-;> as a trigger key. If the expansion is failed, a string show as "<t_u;" is inserted.
I digged into the code, and see the following lines of code passes the trigger key to vim
I use
<a-;>
as a trigger key. If the expansion is failed, a string show as "<t_u;" is inserted.I digged into the code, and see the following lines of code passes the trigger key to vim
ultisnips/pythonx/UltiSnips/snippet_manager.py
Line 198 in 0ad238b
resulting a sequence of keys
\<a-;>
feed into the insert mode, just like:call feedkey("i\<a-;>")
This behavior is unwanted. Please allow us to costomzie whether the trigger key should be passed through on failure, or set it to "False"
The text was updated successfully, but these errors were encountered: