Overview

Request 1175399 superseded

- Update to 0.10.0
- Packaging changes:
- don't run unittest in %check as it depends on bundled code
- bump vterm and other dependencies matching upstream
- Breaking changes:
- nvim_open_win() now blocks all autocommands when noautocmd is set, rather
than just those from setting the buffer to display in the window.
- Defaults:
- Default color scheme has been updated to be "Nvim branded" and accessible.
Use :colorscheme vim to revert to the old legacy color scheme.
These Nvim specific highlight groups are now defined in a meaningfully
different way and might need an update:
- hl-FloatBorder is linked to hl-NormalFloat instead of hl-WinSeparator.
- hl-NormalFloat is not linked to hl-Pmenu.
- hl-WinBar has different background.
- hl-WinBarNC is similar to hl-WinBar but not bold.
- hl-WinSeparator is linked to hl-Normal instead of hl-VertSplit.
- This also might result into some color schemes looking differently due to them
relying on implicit assumptions about how highlight groups are defined by
default. To account for this, define all attributes of highlight groups
explicitly. Alternatively, use :colorscheme vim or :source
$VIMRUNTIME/colors/vim.lua to restore previous definitions.
- 'termguicolors' is enabled by default when Nvim is able to determine that
the host terminal emulator supports 24-bit color.
- Editor:
- When switching windows, CursorMoved autocommands trigger when Nvim is back on
the main loop rather than immediately. This is more compatible with Vim.
- "#" followed by a digit no longer stands for a function key at the start of
the lhs of a mapping.
- shm-q now fully hides macro recording message instead of only shortening it.

Loading...

Ondřej Súkup's avatar

what about cleanup spec from old code paths ( unsupported distros) and other distributions?



Ondřej Súkup's avatar

# % make_build BUSTED_PRG=$(readlink -f ../lj-busted.sh) unittest -> to comment out macro use # %% % is commented by second % and it looks like whole %check could be / should be removed

Request History
Michal Vyskocil's avatar

mvyskocil created request

- Update to 0.10.0
- Packaging changes:
- don't run unittest in %check as it depends on bundled code
- bump vterm and other dependencies matching upstream
- Breaking changes:
- nvim_open_win() now blocks all autocommands when noautocmd is set, rather
than just those from setting the buffer to display in the window.
- Defaults:
- Default color scheme has been updated to be "Nvim branded" and accessible.
Use :colorscheme vim to revert to the old legacy color scheme.
These Nvim specific highlight groups are now defined in a meaningfully
different way and might need an update:
- hl-FloatBorder is linked to hl-NormalFloat instead of hl-WinSeparator.
- hl-NormalFloat is not linked to hl-Pmenu.
- hl-WinBar has different background.
- hl-WinBarNC is similar to hl-WinBar but not bold.
- hl-WinSeparator is linked to hl-Normal instead of hl-VertSplit.
- This also might result into some color schemes looking differently due to them
relying on implicit assumptions about how highlight groups are defined by
default. To account for this, define all attributes of highlight groups
explicitly. Alternatively, use :colorscheme vim or :source
$VIMRUNTIME/colors/vim.lua to restore previous definitions.
- 'termguicolors' is enabled by default when Nvim is able to determine that
the host terminal emulator supports 24-bit color.
- Editor:
- When switching windows, CursorMoved autocommands trigger when Nvim is back on
the main loop rather than immediately. This is more compatible with Vim.
- "#" followed by a digit no longer stands for a function key at the start of
the lhs of a mapping.
- shm-q now fully hides macro recording message instead of only shortening it.


Michal Vyskocil's avatar

mvyskocil superseded request

superseded by 1177030

openSUSE Build Service is sponsored by