This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
nushell
Watch
2
Star
0
Fork
You've already forked nushell
0
mirror of
https://github.com/nushell/nushell
synced
2025-01-01 07:48:53 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
e3f78b8793
nushell
/
crates
/
nu-cli
/
tests
/
commands
/
mod.rs
3 lines
40 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix `keybindings list` being empty by default (#13456) # Description Made a mistake when fixing this for IR. The default behavior with no options set is to list everything. Restored that. This should go in the 0.96.1 patch release. # Tests + Formatting Added regression test.
2024-07-26 08:03:05 +00:00
mod
keybindings_list
;
Fix syntax highlighting for `not` (#12815) # Description Fixes #12813 where a panic occurs when syntax highlighting `not`. Also fixes #12814 where syntax highlighting for `not` no longer works. # User-Facing Changes Bug fix.
2024-05-09 23:09:44 +00:00
mod
nu_highlight
;
Reference in a new issue
Copy permalink