1
0
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:
sharkdp
2019-12-23 09:54:18 +01:00
committed by David Peter
parent 126729f87a
commit 67fe804256
3 changed files with 63 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ mod decorations;
mod diff;
pub mod dirs;
pub mod inputfile;
mod less;
pub mod line_range;
mod output;
mod preprocessor;