Go to file
Martin Pluskal bfff8a956c Accepting request 1177052 from home:mvyskocil:branches:editors
- remove fedora compatibility as requested by a reviewer 
- remove the older SUSE releases compatibility as 0.10.0 requires
  newer stuff anyway
- remove spec-template and lj-busted.sh from sources

- Update to 0.10.0
- Packaging changes:
  - remove %check as it depends on a lua code bump now
  - bump vterm and other dependencies to match 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:

OBS-URL: https://build.opensuse.org/request/show/1177052
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=147
2024-05-27 08:56:31 +00:00
.gitattributes Accepting request 356572 from home:Ronis_BR 2016-02-21 12:15:11 +00:00
.gitignore Accepting request 356572 from home:Ronis_BR 2016-02-21 12:15:11 +00:00
neovim-0.10.0.tar.gz Accepting request 1177052 from home:mvyskocil:branches:editors 2024-05-27 08:56:31 +00:00
neovim.changes Accepting request 1177052 from home:mvyskocil:branches:editors 2024-05-27 08:56:31 +00:00
neovim.spec Accepting request 1177052 from home:mvyskocil:branches:editors 2024-05-27 08:56:31 +00:00
suse-spec-template Accepting request 1074181 from home:PSuarezHernandez:branches:editors 2023-03-24 13:28:08 +00:00
sysinit.vim Accepting request 660221 from home:mcepl:branches:editors 2018-12-20 14:46:57 +00:00