Accepting request 943404 from editors

- 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/request/show/943404
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=41
This commit is contained in:
Dominique Leuenberger 2022-01-03 09:49:39 +00:00 committed by Git OBS Bridge
commit c0144462f3
4 changed files with 36 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2cfd600cfa5bb57564cc22ffbbbcb2c91531053fc3de992df33656614384fa4c
size 10592213

3
neovim-0.6.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dd882c21a52e5999f656cae3f336b5fc702d52addd4d9b5cd3dc39cfff35e864
size 10597584

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sat Jan 1 12:51:39 UTC 2022 - Matej Cepl <mcepl@suse.com>
- 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 <mcepl@suse.com>

View File

@ -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