that is somewhat nasty on OpenBSD (https://github.com/vim/vim/issues/7079,
reported by Oliver Taïbi).
- shuffle some lang entries to the correct PLIST while there
This is mostly a bugfix release.
* Daemon mode (-d switch) does not fork anymore.
* Fix crash on completion.
MAINTAINER UPGRADE By Frederic GALUSIK <openbsd@galusik.fr>
ok solene@
The most prominent change for us is probably the new portable dumper,
emacs no longer modifies the layout of its ELF executable as part of its
dumping mechanism. No more sbrk-based allocator at build time, no more
nopie or ld -Z workarounds, etc.
From the release announce email:
--8<--
Emacs 27.1 has a wide variety of new features, including:
- Built-in support for arbitrary-size integers
- Text shaping with HarfBuzz
- Native support for JSON parsing
- Better support for Cairo drawing
- Portable dumping used instead of unexec
- Support for XDG conventions for init files
- Additional early-init initialization file
- Lexical-binding is used by default
- Built-in support for tab bar and tab-line
- Support for resizing and rotating of images without ImageMagick
-->8--
Feedback for 27.0.91 pretest from bcallah@, matthieu@, krw@
Feedback for 27.1 from Nam Nguyen, ok krw@
- Merge multimedia/phonon-qt5 into multimedia/phonon and remove the
phonon MODULE.
- Update all phonon ports to the latest version.
- Regen all consumer WANTLIB's and bump them.
- M-Bsp deletes a word leftward.
- With --indicator a "scrollbar" is shown, indicating position+portion.
- M-Ins places an anchor, M-PgUp/M-PgDn jump to the nearest anchor.
- Toggling help lines (M-X) and Refresh (^L) work nearly everywhere.
- Colors can be modified with the attributes "bold," and/or "italic,".
- Nine new color names: from pink and purple to orange and latte.
OK sthen@, port from Laurence Tratt <laurie -A-T-tratt -DOT- net>
Comment:
Qt5 GUI front-end for neovim
Description:
neovim-qt is a simple QT5 GUI front-end for neovim.
WWW: https://github.com/equalsraf/neovim-qt/wiki
tweak and ok cwen@
EditorConfig helps developers define and maintain consistent coding
styles between different editors and IDEs.
This package provides the core library and editorconfig(1) executable
both written in C for use by text editor plugins supporting EditorConfig
parsing.
Kakoune is a code editor that implements Vi's "keystrokes as a text
editing language" model. As it's also a modal editor, it is somewhat
similar to the Vim editor (after which Kakoune was originally
inspired).
Kakoune can operate in two modes, normal and insertion. In insertion
mode, keys are directly inserted into the current buffer. In normal
mode, keys are used to manipulate the current selection and to enter
insertion mode.
Kakoune has a strong focus on interactivity, most commands provide
immediate and incremental results, while still being competitive (as
in keystroke count) with Vim.
Kakoune works on selections, which are oriented, inclusive range of
characters, selections have an anchor and a cursor character. Most
commands move both of them, except when extending selection where the
anchor character stays fixed and the cursor one moves around.
ok kn@
Port submitted by maintainer Frederic Galusik <openbsd at galusik dot fr>
cad/openscad and databases/sqlitebrowser builds were failing with some
undefined references to "Scintilla::RunStyles<long, ...>"; use ptrdiff_t
variants on that arch. While here, regen a patch.
OK rsadowski@