zc he
zc he
For menu events of #885 .
**Platform** macOS **Terminal software** ghostty Found this issue during https://github.com/nushell/nushell/pull/15270 ## Steps to reproduce 1. type in `use std ` 2. hold ctrl-p/ctrl-n down for a while rustc optimized nu...
fixes #893 A not-so-elegant solution coded by AI agent, just works according to my test.
**Platform** macOS ## Here's what happens with ghostty: https://github.com/user-attachments/assets/265bc979-5652-4c04-a158-fef0fbc60f1b Notice that it behaves quite differently with or without `osc133` ## However with wezterm/terminal Enabling `osc133` doesn't help: https://github.com/user-attachments/assets/33a931c2-3a60-4f13-b220-7fbe7a4f0e85 ## 3...
Fixes this bug: When I press ctrl-p/up to bring up this kind of command: The cursor is at the end of the first line. However when I press left/right key...
Fixes a bug overlooked in #841 (forgot that the `before_cursor` string could have newlines in it too). Before: https://github.com/user-attachments/assets/cf79d8db-24c8-45f0-9a6d-f0092daaa7eb After: stays in the same row.
Make it easy for https://github.com/blindFS/topiary-nushell/issues/39#issuecomment-3568844310 Also fixes a minor issue of empty command_list Although this PR introduces 6 more conflicts, it hardly hurts lex state counts and WASM comp time,...
### Describe the bug I believe this bug is relatively new. Probably introduced by changes within 3 days. ### To reproduce 1. complete some buffer words, press enter 2. new...
### Problem Related grammar: ```js extras: ($) => [/[ \t]/, $.comment], ... ctrl_error: ($) => seq( "error", "make", optional($._flag), //
### Problem For the nushell [parser](https://github.com/nushell/tree-sitter-nu). The query is supposed to match only the last element in the code, but matches both. * It fails for almost all node types...