mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
Merge pull request #1194 from gutron/master
Undo all-parents memoization in test
This commit is contained in:
commit
15065c36b4
@ -1438,6 +1438,7 @@ hello ${1:$(when (stringp yas-text) (funcall func yas-text))} foo${1:$$(concat \
|
|||||||
(yas-with-snippet-dirs '((".emacs.d/snippets"
|
(yas-with-snippet-dirs '((".emacs.d/snippets"
|
||||||
("yas--test-mode")))
|
("yas--test-mode")))
|
||||||
(yas-reload-all)
|
(yas-reload-all)
|
||||||
|
(put 'c-mode 'yas--all-parents nil)
|
||||||
(with-temp-buffer
|
(with-temp-buffer
|
||||||
(let* ((major-mode 'yas--test-mode)
|
(let* ((major-mode 'yas--test-mode)
|
||||||
(expected `(fundamental-mode
|
(expected `(fundamental-mode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user