Limit dep order filter

To fix #182.
This commit is contained in:
bitozoid 2020-02-03 10:42:51 +00:00 committed by GitHub
parent 68651bb1c8
commit cf7201af7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,7 @@ ui::width() {
}
ui::remove_dep_order() {
sed -E 's/^[^;]+; //'
sed -E 's/^: [^;]+; //'
}
ui::print_preview() {