From 49ad7111c2f61cbaa3183c6fbf485e57229490faafda48c310fa45ecfb80187f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 1 Jan 2022 12:56:05 +0000 Subject: [PATCH] - Upgrade to 0.6.1: - api: allow nvim_buf_set_extmark to accept end_row key - diagnostic: assert that diagnostics have line number and column - diagnostic: clamp diagnostics on negative line numbers - diagnostic: escape special chars in file names - diagnostic: respect "if_many" source option for virtual text - diagnostic: set effective buffer number for DiagnosticChanged autocmd - diagnostic: set effective buffer number in autocmd (again) - lua: do not cast offset to char_u in str_utf_start - lsp: avoid attaching to unloaded buffers - lsp: call config on_exit handler before context is cleared - lsp: fix nil-index behavior for UTF-8 in _str_*index_enc methods - lsp: handle offset encoding - lsp: progress handlers should return vim.NIL on error - options: disallow empty 'fdc' and 'scl' - quickfix: avoid O(N^2) when filling from string typval - screenpos, float: add top and left border adjustment - terminal: fix resize crash with pending scrollback - ui: close floating window on BufLeave event - uri: change scheme pattern to not include the comma character - lsp,diagnostic: open folds in jump-related functions - lsp: add buf_detach_client - lsp: use vim.ui.select for selecting lsp client - runtime: new checkhealth filetype OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=101 --- neovim-0.6.0.tar.gz | 3 --- neovim-0.6.1.tar.gz | 3 +++ neovim.changes | 31 +++++++++++++++++++++++++++++++ neovim.spec | 4 ++-- 4 files changed, 36 insertions(+), 5 deletions(-) delete mode 100644 neovim-0.6.0.tar.gz create mode 100644 neovim-0.6.1.tar.gz diff --git a/neovim-0.6.0.tar.gz b/neovim-0.6.0.tar.gz deleted file mode 100644 index ba52cbc..0000000 --- a/neovim-0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cfd600cfa5bb57564cc22ffbbbcb2c91531053fc3de992df33656614384fa4c -size 10592213 diff --git a/neovim-0.6.1.tar.gz b/neovim-0.6.1.tar.gz new file mode 100644 index 0000000..399f6fe --- /dev/null +++ b/neovim-0.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd882c21a52e5999f656cae3f336b5fc702d52addd4d9b5cd3dc39cfff35e864 +size 10597584 diff --git a/neovim.changes b/neovim.changes index fb22494..042f3b8 100644 --- a/neovim.changes +++ b/neovim.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Sat Jan 1 12:51:39 UTC 2022 - Matej Cepl + +- Upgrade to 0.6.1: + - api: allow nvim_buf_set_extmark to accept end_row key + - diagnostic: assert that diagnostics have line number and + column + - diagnostic: clamp diagnostics on negative line numbers + - diagnostic: escape special chars in file names + - diagnostic: respect "if_many" source option for virtual text + - diagnostic: set effective buffer number for DiagnosticChanged + autocmd + - diagnostic: set effective buffer number in autocmd (again) + - lua: do not cast offset to char_u in str_utf_start + - lsp: avoid attaching to unloaded buffers + - lsp: call config on_exit handler before context is cleared + - lsp: fix nil-index behavior for UTF-8 in _str_*index_enc + methods + - lsp: handle offset encoding + - lsp: progress handlers should return vim.NIL on error + - options: disallow empty 'fdc' and 'scl' + - quickfix: avoid O(N^2) when filling from string typval + - screenpos, float: add top and left border adjustment + - terminal: fix resize crash with pending scrollback + - ui: close floating window on BufLeave event + - uri: change scheme pattern to not include the comma character + - lsp,diagnostic: open folds in jump-related functions + - lsp: add buf_detach_client + - lsp: use vim.ui.select for selecting lsp client + - runtime: new checkhealth filetype + ------------------------------------------------------------------- Tue Nov 30 18:22:24 UTC 2021 - Matej Cepl diff --git a/neovim.spec b/neovim.spec index c0b51a2..dace068 100644 --- a/neovim.spec +++ b/neovim.spec @@ -1,7 +1,7 @@ # # spec file for package neovim # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %define luaver 5.1 %define luaver_nopoint 51 Name: neovim -Version: 0.6.0 +Version: 0.6.1 Release: 0 Summary: Vim-fork focused on extensibility and agility License: Apache-2.0 AND Vim