diff --git a/neovim-0.9.2.tar.gz b/neovim-0.9.2.tar.gz deleted file mode 100644 index 892bcff..0000000 --- a/neovim-0.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06b8518bad4237a28a67a4fbc16ec32581f35f216b27f4c98347acee7f5fb369 -size 11580390 diff --git a/neovim-0.9.4.tar.gz b/neovim-0.9.4.tar.gz new file mode 100644 index 0000000..2fffefc --- /dev/null +++ b/neovim-0.9.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148356027ee8d586adebb6513a94d76accc79da9597109ace5c445b09d383093 +size 11585425 diff --git a/neovim.changes b/neovim.changes index af2b4ef..5b6d693 100644 --- a/neovim.changes +++ b/neovim.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Sat Oct 14 11:13:13 UTC 2023 - Matej Cepl + +- 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 diff --git a/neovim.spec b/neovim.spec index 4e775c1..30223bc 100644 --- a/neovim.spec +++ b/neovim.spec @@ -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