-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(#11): custom border width for when smart gaps hides gaps #12
Conversation
…i__bad_border_width_smart_gaps)
This is great - using a number instead of a boolean is far more flexible! I'll review tomorrow and sort out the small nits; the readme/man building is fragile and needs a better solution. |
Works beautifully, can't break it, valgrind OK. Would you mind if we moved this new param down, underneath monocle?
We could also add a note to perhaps the "For a seamless experience, set this to the same value as |
Working fine on CI and my machine, don't stress, cppcheck can behave oddly in different environments. |
Both sound good to me! |
Many thanks for your contribution! I'm using this right now... |
issue #11
I've added a new cli argument
--border-width-smart-gaps
and did everything except generating the readme and man page usingmake doc
(Runningmake doc
results in lots of missing text in the readme, which I think is an issue withmarkdown-toc
on my end and the hacky way I had to install it in...).The new cli argument sets the border width for when smart gaps hides the gaps for all layouts except monocle, and has no effect if
--no-smart-gaps
.Let me know what you think!
TODO:
make test
pass allExtras: results from checks, probably negligible, haven't resolved:
make iwyu
returnedmake cppcheck
returned 21 unused function errors that look pretty similar tomake test
now passes all tests