SHA256
1
0
forked from pool/neovim

Accepting request 1062687 from editors

- 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

OBS-URL: https://build.opensuse.org/request/show/1062687
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=50
This commit is contained in:
Dominique Leuenberger 2023-02-03 21:05:22 +00:00 committed by Git OBS Bridge
commit 0d987a9b53
4 changed files with 18 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Feb 2 16:30:42 UTC 2023 - Matej Cepl <mcepl@suse.com>
- 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 <kukuk@suse.com>

View File

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