Skip to content

v2018.10.27

Compare
Choose a tag to compare
@mawww mawww released this 26 Oct 22:31
· 3507 commits to master since this release
  • remove-hooks argument is now a regex and removes all hooks whose group matches it.

  • exclusive face attribute (e) has been replaced with more granular final foreground (f), final background (g), and final attributes (a), or the three combined as final (F). Semantics changed slightly as those attributes apply to the existing face as well (a final face will not get modified by a following face if that following face does not have the final attribute itself.

  • <a-m> aka "merge consecutive selections" has been moved to <a-_>. The new <a-m> and <a-M> are now symmetrical with m and M. Those commands select (or extend) to the matching char backwards.

  • define-command switches -shell-completion and -shell-candidates have been renamed to -shell-script-completion and -shell-script-candidates to make way for a new -shell-completion which completes like the shell (shell command name then filename).

  • asciidoc is not a dependency anymore, the last file that requiered it (Kakoune's manpage) has been converted to troff format.