mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
bug fix: dropdown-list.el doesn't recognize <return> key.
This commit is contained in:
parent
07bada8634
commit
0beb4b3f56
@ -1367,8 +1367,7 @@ candidate-count)))))
|
||||
((member key '("" [down]))
|
||||
(setq selidx (mod (1+ (or selidx -1)) candidate-count)))
|
||||
((member key '("")))
|
||||
((member key '("
|
||||
" [return] ""))
|
||||
((member key (list (kbd "C-j") (kbd "RET") (kbd "<return>")))
|
||||
(setq selection selidx
|
||||
done t))
|
||||
(t
|
||||
|
Loading…
x
Reference in New Issue
Block a user