Smit Barmase

Results 84 comments of Smit Barmase

I dug deeper into this, and it looks like the issue is with the XDG portal that Ubuntu 20.04 uses. This has been fixed for later versions of Ubuntu. One...

Thanks for reporting. I can reproduce it. We should clearly follow Vim’s default behavior.

Some debugging notes for future ref: It panics here in Zed: https://github.com/zed-industries/zed/blob/5e72c2a8701b9397aac12a325c03ee2f43aa41b6/crates/language/src/buffer.rs#L3363 when called from: https://github.com/zed-industries/zed/blob/5e72c2a8701b9397aac12a325c03ee2f43aa41b6/crates/zeta/src/input_excerpt.rs#L25 Tree sitter panic occurs here: https://github.com/tree-sitter/tree-sitter/blob/06537fda832d02afed750a4b574fa5aa656ef6ed/lib/src/tree_cursor.c#L78

1. I'm testing on this: https://github.com/zed-industries/zed/blob/21bd91a773836a086133353b2bb25317794d9eba/crates/proto/proto/buf.yaml#L1 2. Add new line: ```yaml ^ version: v1 breaking: use: - WIRE ``` 3. Enter `#` 4. 💥