Skip to content
New issue

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

🐛 BUG:Version 2.15.4 has buggy snippets #990

Open
mithcs opened this issue Feb 2, 2025 · 0 comments
Open

🐛 BUG:Version 2.15.4 has buggy snippets #990

mithcs opened this issue Feb 2, 2025 · 0 comments
Labels
needs triage Issue needs to be triaged

Comments

@mithcs
Copy link

mithcs commented Feb 2, 2025

Describe the Bug

I'm using neovim v0.10.4 with luasnip for snippets support.

On latest version 2.15.4 when I select snippets, instead of using $x as cursor position, it is being printed directly.

If I downgrade to version 2.9.1, it works fine.

I haven't tested for version in between that though.

Steps to Reproduce

  1. Open any .astro file
  2. Trigget snippet. ex: type ---:
  3. Select/Confirm snippet
  4. Now you see:
---
$0
---

instead of:

---
[cursor here]
---
  • This is same for other triggers too like h1

Link to Minimal Reproducible Example

()

@github-actions github-actions bot added the needs triage Issue needs to be triaged label Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

1 participant