Bugfix: fix for #235 didn't load, usage before definition

This commit is contained in:
Joao Tavora 2012-08-02 16:05:44 +01:00
parent cffd1aa095
commit 12c21c6c62

View File

@ -426,9 +426,6 @@ the trigger key itself."
(dolist (key keys)
(define-key keymap (read-kbd-macro key) definition))))
(defvar yas-keymap (yas--init-yas-in-snippet-keymap)
"The keymap active while a snippet expansion is in progress.")
(defun yas--init-yas-in-snippet-keymap ()
(setq yas-keymap
(let ((map (make-sparse-keymap)))
@ -440,6 +437,9 @@ the trigger key itself."
(,yas-skip-and-clear-key . yas-skip-and-clear-or-delete-char)))
map)))
(defvar yas-keymap (yas--init-yas-in-snippet-keymap)
"The keymap active while a snippet expansion is in progress.")
(defvar yas-key-syntaxes (list "w" "w_" "w_." "w_.()" "^ ")
"List of character syntaxes used to find a trigger key before point.
The list is tried in the order while scanning characters