- Update to version 0.9.4:

This is a maintenance release, focusing on bug fixes.
  - build: Fix exporting symbols on macOS Sonoma
  - api: Handle NUL in nvim_err_write() and nvim_out_write()
  - autocmd: Api functions accepting garbage after event name
  - clang: Null pointer dereference in parse_msgpack
  - clipboard: Don't pass --foreground to wl-copy
  - exception: Remember whether message is multiline
  - float: Update position of anchored windows first
  - float: Fix some other crashes with :unhide or :all
  - lua: Not using global value in vim.opt_global
  - lua: Show error message when failing to set variable
  - mouse: Click on 'statuscolumn' with 'rightleft'
  - path: Accept special characters on Windows
  - provider: Fix python3 provider cannot detect python3.12
  - provider/pythonx: Import the correct module
  - rpc: Fix race condition
  - runtime: Add commentstring for D ftplugin
  - statuscolumn: Update number hl for each screen line
  - terminal: Check terminal size at end of screen update
  - treesitter: Remove more double recursion
  - ui: "resize -1" with cmdheight=0
  - unhide: Close floating windows first
  - unittests: Ignore __s128 and __u128 types in ffi
  - tutor: Clarify the meaning of ✗ and ✓

OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=136
This commit is contained in:
Matej Cepl 2023-10-14 11:33:29 +00:00 committed by Git OBS Bridge
parent b451353859
commit 770c96d230
4 changed files with 33 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:06b8518bad4237a28a67a4fbc16ec32581f35f216b27f4c98347acee7f5fb369
size 11580390

3
neovim-0.9.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:148356027ee8d586adebb6513a94d76accc79da9597109ace5c445b09d383093
size 11585425

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Sat Oct 14 11:13:13 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
- Update to version 0.9.4:
This is a maintenance release, focusing on bug fixes.
- build: Fix exporting symbols on macOS Sonoma
- api: Handle NUL in nvim_err_write() and nvim_out_write()
- autocmd: Api functions accepting garbage after event name
- clang: Null pointer dereference in parse_msgpack
- clipboard: Don't pass --foreground to wl-copy
- exception: Remember whether message is multiline
- float: Update position of anchored windows first
- float: Fix some other crashes with :unhide or :all
- lua: Not using global value in vim.opt_global
- lua: Show error message when failing to set variable
- mouse: Click on 'statuscolumn' with 'rightleft'
- path: Accept special characters on Windows
- provider: Fix python3 provider cannot detect python3.12
- provider/pythonx: Import the correct module
- rpc: Fix race condition
- runtime: Add commentstring for D ftplugin
- statuscolumn: Update number hl for each screen line
- terminal: Check terminal size at end of screen update
- treesitter: Remove more double recursion
- ui: "resize -1" with cmdheight=0
- unhide: Close floating windows first
- unittests: Ignore __s128 and __u128 types in ffi
- tutor: Clarify the meaning of ✗ and ✓
-------------------------------------------------------------------
Thu Sep 7 11:28:17 UTC 2023 - Matej Cepl <mcepl@suse.com>

View File

@ -46,7 +46,7 @@ Requires: python3-neovim
%bcond_with luajit
%endif
Name: neovim
Version: 0.9.2
Version: 0.9.4
Release: 0
Summary: Vim-fork focused on extensibility and agility
License: Apache-2.0 AND Vim