mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
Don't forget to export yas-hippie-try-expand
This commit is contained in:
parent
90cd855c14
commit
79d39c81a3
@ -2086,7 +2086,7 @@ will only be expanded when the condition evaluated to non-nil."
|
|||||||
(yas-define-snippets mode
|
(yas-define-snippets mode
|
||||||
(list (list key template name condition group))))
|
(list (list key template name condition group))))
|
||||||
|
|
||||||
(defun yas--hippie-try-expand (first-time?)
|
(defun yas-hippie-try-expand (first-time?)
|
||||||
"Integrate with hippie expand. Just put this function in
|
"Integrate with hippie expand. Just put this function in
|
||||||
`hippie-expand-try-functions-list'."
|
`hippie-expand-try-functions-list'."
|
||||||
(when yas-minor-mode
|
(when yas-minor-mode
|
||||||
@ -4382,6 +4382,7 @@ handle the end-of-buffer error fired in it by calling
|
|||||||
yas-inside-string
|
yas-inside-string
|
||||||
yas-unimplemented
|
yas-unimplemented
|
||||||
yas-define-condition-cache
|
yas-define-condition-cache
|
||||||
|
yas-hippie-try-expand
|
||||||
|
|
||||||
;; debug definitions
|
;; debug definitions
|
||||||
;; yas-debug-snippet-vars
|
;; yas-debug-snippet-vars
|
||||||
|
Loading…
x
Reference in New Issue
Block a user