Page MenuHomeSolus

Update kakoune to 2020.08.04
ClosedPublic

Authored by davidjharder on Aug 23 2020, 3:40 AM.
Tags
None
Referenced Files
F11069081: D9489.id22872.diff
Fri, Aug 11, 10:28 PM
F11069080: D9489.id.diff
Fri, Aug 11, 10:28 PM
F11069079: D9489.id22907.diff
Fri, Aug 11, 10:28 PM
F11050940: D9489.diff
Thu, Aug 10, 7:36 PM
F10900999: D9489.id22907.diff
Jul 4 2023, 3:43 PM
F10887867: D9489.id22872.diff
Jun 26 2023, 5:42 PM
F10887531: D9489.id22907.diff
Jun 26 2023, 1:41 PM
F10883577: D9489.diff
Jun 24 2023, 11:08 AM
Subscribers

Details

Summary

Changelog

  • Introduce User hook support.
  • The bold and italic faces are no longer built-in. Highlighters are expected to use face attributes (+b and +i, respectively) to decorate text.
  • The lint-enable command no longer needs to be called to display linting errors. The lint-disable command was renamed into lint-hide-diagnostics.
  • The +<length> part of a range-specs highlighter consistently refers to the length of the target range.
  • clients stdin is transferred to the server, making it possible to pipe into kak -c <session>
  • Faces can have an alpha channel, specified using the rgba:RRGGBBAA format.
  • replace-ranges highlighter now support empty and multi-lines ranges
  • %val{...} now expands to list of strings, $kak_quoted_... now work as expected with these.
  • *SetOption hooks filter string will contain a value only for options of int/str/bool types to avoid performance issue with generating those on more complex option types.
Test Plan
  • Run, edit some files

Diff Detail

Repository
R4401 kakoune
Lint
Lint Not Applicable
Unit
Tests Not Applicable