diff --git a/neovim-0.8.2.tar.gz b/neovim-0.8.2.tar.gz deleted file mode 100644 index 96859f6..0000000 --- a/neovim-0.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c516c8db73e1b12917a6b2e991b344d0914c057cef8266bce61a2100a28ffcc9 -size 11401444 diff --git a/neovim-0.8.3.tar.gz b/neovim-0.8.3.tar.gz new file mode 100644 index 0000000..a438eea --- /dev/null +++ b/neovim-0.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf45ff160e1d89f519b6114732eba03485ae469beb27919b0f7a4f6b44233c1 +size 11406282 diff --git a/neovim.changes b/neovim.changes index ea0efde..b4944e5 100644 --- a/neovim.changes +++ b/neovim.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Feb 2 16:30:42 UTC 2023 - Matej Cepl + +- Update 0.8.3: + - clipboard: Show provider warning when not during batch + changes + - diff: Avoid restoring invalid 'foldcolumn' value + - filetype: Don't pass empty string to detect + - messages: Reset msg_grid_scroll_discount when redrawing + - rbuffer: Handle edge case where write_ptr has wrapped around + - rpc: Don't parse msgpack if buflen is 0 + - treesitter: Properly restore 'syntax' (#21358) + - treesitter: Validate language name + ------------------------------------------------------------------- Wed Jan 25 10:21:22 UTC 2023 - Thorsten Kukuk diff --git a/neovim.spec b/neovim.spec index 6c2b2b7..5cd19b4 100644 --- a/neovim.spec +++ b/neovim.spec @@ -26,7 +26,7 @@ %define luaver 5.1 %define luaver_nopoint 51 Name: neovim -Version: 0.8.2 +Version: 0.8.3 Release: 0 Summary: Vim-fork focused on extensibility and agility License: Apache-2.0 AND Vim