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
2025-01-30 02:00:25 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
91c270c14a
nushell
/
crates
/
nu_plugin_textview
/
src
/
lib.rs
6 lines
63 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix VCS markers not showing up in textview (#3530) Changes: * Bug fix - bat adds markers only when a file path is passed and it can use git2 on it. It doesn't add markers when bytes are passed. Hence, the code is adjusted accordingly. The sideeffect is files being opened multiple times and its content being unnecessarily loaded in memory. * Refactoring of the crate - Config is extracted to its struct file. Repetitive blocks of code are dried and nested conditionals are flattened.
2021-06-03 08:25:28 +02:00
mod
config
;
Default plugins are independent and called from Nu. (#1322)
2020-01-31 23:45:33 +01:00
mod
nu
;
mod
textview
;
pub
use
textview
::
TextView
;
Reference in New Issue
Copy Permalink