SHA256
1
0
forked from pool/neovim

Accepting request 1045759 from editors

- Update to version 0.8.2:
  - This primarily a bug fix release but some improvements to
    documentation has been back-ported as well.
  - Features
    help: Highlighted codeblocks
  - Documentation
    - lua: Add guide to using Lua in Neovim
    - Mention how to remove the "How-to disable mouse" menu item
    - Fix order of numbers in syntax.txt
    - lua: Correct the tags for vim.opt_local and vim.opt_global
  - Bug Fixes
    - api: Set correct curbuf when temporarily changing curwin
    - api: "emsg_silent" should imply "silent" in nvim_cmd
    - decoration: Do not reset must_redraw after calling
      providers
    - diagnostic: Clear stale cache on reset
    - events: Save v:event for cmdline autocommands separately
    - float: Fix ml_get error with bufpos
    - float: Fix crash with bufpos and non-existent window
    - folds: Use long for number of folded lines
    - mappings: Use all buckets in second round of unmap
    - memory: Fix memory alignment for dynamic allocation
    - options: Fix local 'sidescrolloff' doesn't work for mouse
    - options: Restore exists() behavior for options
    - terminal: Fix 'mousescroll' not respected in terminal mode
    - tui: Set cursor color parameter as string when required
    - win_close: Remove float grid after closing buffer
  - Build System Fixes
    - Restrict git describe to top level source directory

OBS-URL: https://build.opensuse.org/request/show/1045759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=48
This commit is contained in:
Dominique Leuenberger 2022-12-30 10:08:46 +00:00 committed by Git OBS Bridge
commit 02aed2ef4f
4 changed files with 37 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Thu Dec 29 22:31:16 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Update to version 0.8.2:
- This primarily a bug fix release but some improvements to
documentation has been back-ported as well.
- Features
help: Highlighted codeblocks
- Documentation
- lua: Add guide to using Lua in Neovim
- Mention how to remove the "How-to disable mouse" menu item
- Fix order of numbers in syntax.txt
- lua: Correct the tags for vim.opt_local and vim.opt_global
- Bug Fixes
- api: Set correct curbuf when temporarily changing curwin
- api: "emsg_silent" should imply "silent" in nvim_cmd
- decoration: Do not reset must_redraw after calling
providers
- diagnostic: Clear stale cache on reset
- events: Save v:event for cmdline autocommands separately
- float: Fix ml_get error with bufpos
- float: Fix crash with bufpos and non-existent window
- folds: Use long for number of folded lines
- mappings: Use all buckets in second round of unmap
- memory: Fix memory alignment for dynamic allocation
- options: Fix local 'sidescrolloff' doesn't work for mouse
- options: Restore exists() behavior for options
- terminal: Fix 'mousescroll' not respected in terminal mode
- tui: Set cursor color parameter as string when required
- win_close: Remove float grid after closing buffer
- Build System Fixes
- Restrict git describe to top level source directory
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 20 12:20:20 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org> Tue Dec 20 12:20:20 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -26,7 +26,7 @@
%define luaver 5.1 %define luaver 5.1
%define luaver_nopoint 51 %define luaver_nopoint 51
Name: neovim Name: neovim
Version: 0.8.1 Version: 0.8.2
Release: 0 Release: 0
Summary: Vim-fork focused on extensibility and agility Summary: Vim-fork focused on extensibility and agility
License: Apache-2.0 AND Vim License: Apache-2.0 AND Vim