* yasnippet.el (yas-try-expanding-auto-snippets): New function.#1048
* yasnippet.el (yas-try-expanding-auto-snippets): New function.#1048npostavs wants to merge 1 commit intojoaotavora:masterfrom
Conversation
|
Just a little bug found. If you have a snippet for latex like this and you type Normally, a snippet should be inactive and stay there once is expanded. If the user types or erases some characters, I think the snippet could be expanded again. Great feature by the way. |
|
YOu probably want to check |
|
Hi! I encounter an issue that, after I press tab after a snippet is automatically expanded using this condition, the cursor jumps to the last "Tab stop field" (of some previous snippet). Do you know what the possible cause is? Thank you. Details:
\int_{0}^{1} x
% I type 'sr' and it expands to '^2'. Then I press tab, and the cursor jumps to the points after '{1'
|
Resolve #998