We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What steps will reproduce the problem?
My suggestion: Use yas/completing-prompt when and ONLY when I call yas/insert-snippet.
Any work around could be found without changing yasnippet code?
yasnippet 0.7.0
The text was updated successfully, but these errors were encountered:
Use emacs advice:
(defadvice yas/insert-snippet (around use-completing-prompt activate) "Use `yas/completing-prompt' for `yas/prompt-functions' but only here..." (let ((yas/prompt-functions '(yas/completing-prompt))) ad-do-it))
Sorry, something went wrong.
perfect
niubility
No branches or pull requests
What steps will reproduce the problem?
My suggestion:
Use yas/completing-prompt when and ONLY when I call yas/insert-snippet.
Any work around could be found without changing yasnippet code?
yasnippet 0.7.0
The text was updated successfully, but these errors were encountered: