diff --git a/neovim-0.8.1.tar.gz b/neovim-0.8.1.tar.gz deleted file mode 100644 index a891f67..0000000 --- a/neovim-0.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4484e130aa962457189f3dee34b8481943c1e395d2d684c6f8b91598494d9ec -size 11387691 diff --git a/neovim-0.8.2.tar.gz b/neovim-0.8.2.tar.gz new file mode 100644 index 0000000..96859f6 --- /dev/null +++ b/neovim-0.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c516c8db73e1b12917a6b2e991b344d0914c057cef8266bce61a2100a28ffcc9 +size 11401444 diff --git a/neovim.changes b/neovim.changes index e0ab7cc..dd247ca 100644 --- a/neovim.changes +++ b/neovim.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Thu Dec 29 22:31:16 UTC 2022 - Matej Cepl + +- Update to version 0.8.2: + - This primarily a bug fix release but some improvements to + documentation has been back-ported as well. + - Features + help: Highlighted codeblocks + - Documentation + - lua: Add guide to using Lua in Neovim + - Mention how to remove the "How-to disable mouse" menu item + - Fix order of numbers in syntax.txt + - lua: Correct the tags for vim.opt_local and vim.opt_global + - Bug Fixes + - api: Set correct curbuf when temporarily changing curwin + - api: "emsg_silent" should imply "silent" in nvim_cmd + - decoration: Do not reset must_redraw after calling + providers + - diagnostic: Clear stale cache on reset + - events: Save v:event for cmdline autocommands separately + - float: Fix ml_get error with bufpos + - float: Fix crash with bufpos and non-existent window + - folds: Use long for number of folded lines + - mappings: Use all buckets in second round of unmap + - memory: Fix memory alignment for dynamic allocation + - options: Fix local 'sidescrolloff' doesn't work for mouse + - options: Restore exists() behavior for options + - terminal: Fix 'mousescroll' not respected in terminal mode + - tui: Set cursor color parameter as string when required + - win_close: Remove float grid after closing buffer + - Build System Fixes + - Restrict git describe to top level source directory + ------------------------------------------------------------------- Tue Dec 20 12:20:20 UTC 2022 - Dominique Leuenberger diff --git a/neovim.spec b/neovim.spec index 5490f6e..7658747 100644 --- a/neovim.spec +++ b/neovim.spec @@ -26,7 +26,7 @@ %define luaver 5.1 %define luaver_nopoint 51 Name: neovim -Version: 0.8.1 +Version: 0.8.2 Release: 0 Summary: Vim-fork focused on extensibility and agility License: Apache-2.0 AND Vim