mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
fix: don't use universal-argument-num-events
This commit is contained in:
parent
6268cc26b3
commit
7849ffcec5
@ -2203,7 +2203,7 @@ If expansion fails, execute the previous binding for this key"
|
|||||||
(interactive)
|
(interactive)
|
||||||
(setq yas--condition-cache-timestamp (current-time))
|
(setq yas--condition-cache-timestamp (current-time))
|
||||||
(let* ((vec (subseq (this-command-keys-vector) (if current-prefix-arg
|
(let* ((vec (subseq (this-command-keys-vector) (if current-prefix-arg
|
||||||
universal-argument-num-events
|
(length (this-command-keys))
|
||||||
0)))
|
0)))
|
||||||
(templates (mapcan #'(lambda (table)
|
(templates (mapcan #'(lambda (table)
|
||||||
(yas--fetch table vec))
|
(yas--fetch table vec))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user