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

nvim crashes when opening a .scss file #856

Open
abacha opened this issue Aug 19, 2024 · 5 comments
Open

nvim crashes when opening a .scss file #856

abacha opened this issue Aug 19, 2024 · 5 comments

Comments

@abacha
Copy link

abacha commented Aug 19, 2024

Describe the bug:
If you open/create a file and on the top row you declare a variable, it crashes.

To Reproduce:

  1. Create a new file "test.scss"
  2. Type: "$tmp: #FFF;"
@smemsh
Copy link

smemsh commented Aug 19, 2024

the editor crashes? like, it exits back to the shell? is there anything on stderr?

@abacha
Copy link
Author

abacha commented Aug 20, 2024

yes, the editor just crash
nothing on stderr

@smemsh
Copy link

smemsh commented Aug 20, 2024

seems like an nvim bug. editor should not crash no matter what the syntax file has in it.

@abacha
Copy link
Author

abacha commented Aug 21, 2024

but if I remove vim-polyglot, it doesn't crash

@smemsh
Copy link

smemsh commented Aug 22, 2024

That just means vim-polyglot triggers an nvim bug. Nvim should never crash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants