diff --git a/neovim-0.8.0.tar.gz b/neovim-0.8.0.tar.gz deleted file mode 100644 index 16c8fe9..0000000 --- a/neovim-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:505e3dfb71e2f73495c737c034a416911c260c0ba9fd2092c6be296655be4d18 -size 11387355 diff --git a/neovim-0.8.1.tar.gz b/neovim-0.8.1.tar.gz new file mode 100644 index 0000000..a891f67 --- /dev/null +++ b/neovim-0.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4484e130aa962457189f3dee34b8481943c1e395d2d684c6f8b91598494d9ec +size 11387691 diff --git a/neovim.changes b/neovim.changes index bc0b414..e0ab7cc 100644 --- a/neovim.changes +++ b/neovim.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Dec 20 12:20:20 UTC 2022 - Dominique Leuenberger + +- Update to version 0.8.1: + + Features + - extmarks: Allow preventing spellchecking with spell = false + - spell: Support nospell in treesitter queries + - man: Add health check + - docs-html: Try to use tags for ToC headings + + Bug Fixes + - ui: Setting 'cmdheight' with global statusline + - ui: Fix highlights not being updated with 'winhl' + - Make_filter_cmd for :! powershell + - :! pwsh redirection for command not found + - Find multibyte file name in line + - Avoid unsigned overflow in home_replace() + - docs-html: Update parser + - folds: Fix fold marker multibyte comparison + - health: Correct tmux rgb verification + - man.lua: Set modifiable before writing page + - mouse: Ensure no scrolling with "ver:0" in 'mousescroll' + - paste: Feed keys as typed in cmdline mode + - qflist: Avoid read of uninitialized memory + - spell: Fix wrong cast + - stdpath: Default to /tmp if stdpath('run') cannot be created + - tui: Resume main thread if suspending isn't implemented + ------------------------------------------------------------------- Tue Nov 22 16:18:43 UTC 2022 - Andreas Schwab diff --git a/neovim.spec b/neovim.spec index f420dfc..5490f6e 100644 --- a/neovim.spec +++ b/neovim.spec @@ -26,7 +26,7 @@ %define luaver 5.1 %define luaver_nopoint 51 Name: neovim -Version: 0.8.0 +Version: 0.8.1 Release: 0 Summary: Vim-fork focused on extensibility and agility License: Apache-2.0 AND Vim