mirror of
https://github.com/sharkdp/bat
synced 2026-08-09 19:51:48 +00:00
Do not pass '--no-init' on newer less versions
With this change, we do not pass the `--no-init` option in newer versions of less (530 or higher). This fixes #749
This commit is contained in:
@@ -24,6 +24,7 @@ mod decorations;
|
||||
mod diff;
|
||||
pub mod dirs;
|
||||
pub mod inputfile;
|
||||
mod less;
|
||||
pub mod line_range;
|
||||
mod output;
|
||||
mod preprocessor;
|
||||
|
||||
Reference in New Issue
Block a user