* Patch release that fixes a panic caused by closing splits or buffers (#3633)
- Other changes before the patch release (22.08):
* Breaking changes:
- Special keymap names for +, ; and % have been replaced with those literal characters (#2677, #3556)
- A-Left and A-Right have become C-Left and C-Right for word-wise motion (#2500)
- The catppuccin theme's name has been corrected from catpuccin (#2713)
- catppuccin has been replaced by its variants, catppuccin_frappe, catppuccin_latte,
catppuccin_macchiato, catppuccin_mocha (#3281)
- C-n and C-p have been removed from the default insert mode keymap (#3340)
- The extend_line command has been replaced with extend_line_below and
a new extend_line command now exists (#3046)
* Features:
- Add an integration testing harness (#2359)
- Indent guides (#1796, 906259c)
- Cursorline (#2170, fde9e03)
- Select all instances of the symbol under the cursor (<space>h) (#2738)
- A picker for document and workspace LSP diagnostics (<space>g/<space>G) (#2013, #2984)
- Allow styling the mode indicator per-mode (#2676)
- Live preview for the theme picker (#1798)
- Configurable statusline (#2434)
- LSP SignatureHelp (#1755, a8b123f)
- A picker for the jumplist (#3033)
- Configurable external formatter binaries (#2942)
- Bracketed paste support (#3233, 12ddd03)
* Commands:
- :insert-output and :append-output which insert/append output from a shell command (#2589)
- The t textobject (]t/[t/mit/mat) for navigating tests (#2807)
- C-Backspace and C-Delete for word-wise deletion in prompts and pickers (#2500)
- A-Delete for forward word-wise deletion in insert mode (#2500)
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=32
- Update to version 22.05:
* Fix the VERSION file
* mention the requirement of C++ compiler for building grammar in doc (#2592)
* Fix release action
* add 22.05 changelog notes (#2584)
* add section on syntax tree motions to the usage docs (#2568)
* Changing Macro color to avoid color confusion
* update Erlang grammar and queries
* update Gleam grammar and queries
* Add `parameter.around` text object query
* build(deps): bump once_cell from 1.10.0 to 1.12.0
OBS-URL: https://build.opensuse.org/request/show/979699
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=18
- update post install MESSAGE
- update helix.sh script:
* The HELIX_RUNTIME env var is causing some issues
* current workaround is to check if $USER is root. otherwise, create a runtime directory → $HOME/.config/helix/runtime then run helix without the HELIX_RUNTIME env var.
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=4
- update helix.sh script:
* The HELIX_RUNTIME env var is causing some issues
* current workaround is to check if $USER is root. otherwise, create a runtime directory → $HOME/.config/helix/runtime then run helix without the HELIX_RUNTIME env var.
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=2