I assume that TextChangedP or TextChangedI event were triggered but InsertEnter was not triggered when expanding {{_inline_}} templates (at #L298#L376).
I think this is fixed when adding noautocmd to normal! command but I have no idea that either this
change affects to other part of sonictemplate functionalities or not.
I found an error when using sonictemplate-vim with asyncomplete.vim.
How to reproduce:
<C-y>t
(:Template
command works correctly){{_inline_}}
keyword.My template is like below:
Postfix completion also occurs same error.
The error occurred at autoload/asyncomplete/utils/_on_change/textchangedp.vim in asyncomplete.vim.
I assume that
TextChangedP
orTextChangedI
event were triggered butInsertEnter
was not triggered when expanding{{_inline_}}
templates (at #L298 #L376).I think this is fixed when adding
noautocmd
tonormal!
command but I have no idea that either this change affects to other part of sonictemplate functionalities or not.