* doc: improve creation of directories and debugging
* feat: better .container support
* WIP: edit Doxyfile with doxywizard
* fix: clean -Wparentheses warning in main.c
* on <C-n>, flip new selection if the old selection was flipped raised in issue 1022: https://github.com/martanne/vis/issues/1022
* replace instances of Filerange sel with Filerange range roughly: x/^static.*\)\s+\{$/ { .,/^\}$/ g/Filerange sel/ { x/\b(new)?sel\b/ x/sel/c/range/ } }
* add git-commit message lexer & its file extension in detect
* feat(vis-clipboard): make wayclip primary on Wayland, and --paste strips EOL
* selections: sleeping cursors
* Add command completion with tab key