Improvements:
- String binds may contain bindable function names between braces.
- Word completion looks for candidates in all open buffers.
- Unicode codes can be entered without leading zeroes.
A Kakoune / Neovim inspired text editor.
Features:
- Vim-like modal editing
- Multiple selections
- Built-in language server support
- Smart, incremental syntax highlighting
and code editing via tree-sitter
ok semarie@
port sent by Laurent Cheylus who takes maintainership
This is a release of vis as it has been for more than a year before some
development started up again. We're releasing this version to get a stable
'old' release out there which should still contain a number of bugfixes
compared to 0.7.
https://github.com/martanne/vis/releases/tag/v0.8
a) use built-in syntax filters, workaround for OpenBSD permissions
b) use curses rather than terminfo, also needed with OpenBSD
c) workaround for configure check for crypt
From Thomas Dickey
- py-qscintilla to 2.13.3
- py-qt-builder to 1.13.0
- py-qt5 to 5.15.7
- py-qtawesome to 1.1.1
- py-qtpy to 2.1.0
- py-qtwebengine to 5.15.6
- py-sip to 6.6.2
- py-sip-qt5 to 12.11.0
- qscintilla to 2.13.3
Feedback and OK caspar@, ok landry@
Improvements:
- The file browser does not crash when moving up to the root folder.
- Softwrapping very long lines is done more efficiently.
- Invoking the formatter does not blink the screen.
ok naddy@
changelog:
- Issue #751: Fixed various sidebar and HTML preview size issues.
- Issue #762: Fixed typo in Brazilian Portuguese translation.
- Fixed editor margins on resize and on sidebar hide/show.
- Updated Russian translation.
- Changed selection color for Plainstraction Dark theme to be brighter.
- Added workaround for segmentation fault on GTK/Gnome 42 at startup.
ok rsadowski@
while here change the HOMEPAGE to gitlab too since it's where it seems
to be developed, but keep fetching from github because the GH_* vars are
handy.
ok rsadowski@
this includes new colour schemes. they aim to be more consistent in
different environments (e.g. between text and gui versions), but
in some cases significantly change what people are familiar with.
a copy of the old colour schemes is installed under the "legacy"
directory to make it easier to revert if desired. you can either use
them directly in config, or (probably better if you share config
files between machines) copy the relevant files from
/usr/local/share/vim/vim82/colors/legacy to ~/.vim/colors
which take priority.
for more information, see
https://github.com/vim/colorschemeshttps://github.com/vim/vim/issues/10449#issuecomment-1140195027=
- Use CFLAGS and CXXFLAGS instead of CMAKE_CXX_FLAGS and CMAKE_C_FLAGS.
- Use MODCMAKE_LDFLAGS instead of CMAKE_EXE_LINKER_FLAGS
- Fix broken builds with CMake 3.23
which have big changes in particular to background colours - various themes went
from "no" background colour (i.e. dark on a dark terminal) to setting a light
background.