You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bat/src
Allen Wild 91a347bf6d Fix less version parsing for minor versions of less
Less 581.2 is here, and it has a ".2" in the version string, which can't
be parsed as a usize.

Update the check to find a non-digit character rather than a space. This
ignores the minor version, but parses the major version correctly.
3 years ago
..
bin/bat Include LESS in --diagnostic 3 years ago
assets.rs Add SystemVerilog support 3 years ago
assets_metadata.rs Fix some clippy lints 4 years ago
config.rs Use less binary specified in bat config for --diagnostic 3 years ago
controller.rs Change circle detection to use new more conservative method and run in main loop instead of before the loop 3 years ago
decorations.rs Reduce public API 4 years ago
diff.rs Improve readability 3 years ago
error.rs Throws an error when `bat` is being user as pager. 4 years ago
input.rs 'mut self' => 'self', remove pub 3 years ago
less.rs Fix less version parsing for minor versions of less 3 years ago
lib.rs Merge remote-tracking branch 'origin/master' into fix-1063 3 years ago
line_range.rs Fix some clippy lints 4 years ago
macros.rs Introduce bat_warning! helper macro 3 years ago
output.rs Make less version check accept a path to the less binary 3 years ago
pager.rs get_pager(): Simplify use_less_instead expression 3 years ago
paging.rs Move PagingMode to separate module 4 years ago
preprocessor.rs replace_nonprintable: Keep \n around 4 years ago
pretty_printer.rs Improve readability 3 years ago
printer.rs Addressed PR feedback. Upped min version and used matches! macro 3 years ago
style.rs style: add component 'rule' for horizontal file delimiter 4 years ago
syntax_mapping.rs Fix broken resolv.conf highlighting 3 years ago
terminal.rs Add ansi theme to replace ansi-light and ansi-dark 4 years ago
wrapping.rs Addressed PR feedback. Upped min version and used matches! macro 3 years ago