mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-01 19:02:22 +01: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