Overview
Request 712982 accepted
- Update to 2018.07.01:
* Re-organized bundled script files directory hierarchy.
* Introduced helpers to write/read from file in scripts with
%file{...} expansion and echo -to-file .
* Added ClientCreate and ClientClose hooks
* edit -scratch with no buffer name will create a new
scratch buffer with a unique autogenerated name.
* info -placement is now info -style and supports
menu and modal additional styles.
* completions option type docstring are now arbitrary
kakoune commands that are run on item select.
* InsertCompletionSelect hook has been removed as
completions commands now provides a similar feature.
* Introduced a module system using the provide-module and
require-module commands that allows for lazily loading language
support files with dependency resolution.
* Added a new hook ModuleLoaded which is run after a module is
loaded, allowing for module specific configuration.
* Shell quoting of lists is not automatic anymore, $kak_quoted_...
makes it opt-in, and works for all option types.
* Lower case function key syntax is not accepted anymore,
should be converted to .
- Change to gnu++17 standard
Request History
jubalh created request
- Update to 2018.07.01:
* Re-organized bundled script files directory hierarchy.
* Introduced helpers to write/read from file in scripts with
%file{...} expansion and echo -to-file .
* Added ClientCreate and ClientClose hooks
* edit -scratch with no buffer name will create a new
scratch buffer with a unique autogenerated name.
* info -placement is now info -style and supports
menu and modal additional styles.
* completions option type docstring are now arbitrary
kakoune commands that are run on item select.
* InsertCompletionSelect hook has been removed as
completions commands now provides a similar feature.
* Introduced a module system using the provide-module and
require-module commands that allows for lazily loading language
support files with dependency resolution.
* Added a new hook ModuleLoaded which is run after a module is
loaded, allowing for module specific configuration.
* Shell quoting of lists is not automatic anymore, $kak_quoted_...
makes it opt-in, and works for all option types.
* Lower case function key syntax is not accepted anymore,
should be converted to .
- Change to gnu++17 standard
staging-bot added as a reviewer
Being evaluated by staging project "openSUSE:Factory:Staging:adi:35"
staging-bot accepted review
Picked openSUSE:Factory:Staging:adi:35
factory-auto added opensuse-review-team as a reviewer
Please review sources
factory-auto accepted review
Check script succeeded
licensedigger accepted review
ok
dimstar accepted review
staging-bot accepted review
ready to accept
staging-bot approved review
ready to accept
dimstar_suse accepted request
Accept to openSUSE:Factory