branch: externals/tempel
commit f51cf4ad3b1e71fc825c155b570a393e3991b328
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    tempel-complete: Minor fix
---
 tempel.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tempel.el b/tempel.el
index 94c2a9b8f2..3ee0932bde 100644
--- a/tempel.el
+++ b/tempel.el
@@ -636,6 +636,7 @@ If INTERACTIVE is nil the function acts like a capf."
               :company-prefix-length
               (and tempel-trigger-prefix
                    (save-excursion
+                     (goto-char (car bounds))
                      (search-forward tempel-trigger-prefix (cdr bounds) 
'noerror) t)
                    t)
               :annotation-function

Reply via email to