This website requires JavaScript.
Explore
Help
Sign In
extern
/
nushell
Watch
1
Star
0
Fork
1
You've already forked nushell
mirror of
https://github.com/nushell/nushell.git
synced
2024-11-25 01:43:47 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7c5dcbb3fc
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 10:03:05 +02: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-10 01:09:44 +02:00
mod
nu_highlight
;
Reference in New Issue
Copy Permalink