SHA256
1
0
forked from pool/neovim

Accepting request 1043902 from home:dimstar:Factory

- 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

OBS-URL: https://build.opensuse.org/request/show/1043902
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=117
This commit is contained in:
Martin Liška 2022-12-20 13:08:24 +00:00 committed by Git OBS Bridge
parent f566c933b2
commit 7ebc264aff
4 changed files with 31 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Tue Dec 20 12:20:20 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <schwab@suse.de> Tue Nov 22 16:18:43 UTC 2022 - Andreas Schwab <schwab@suse.de>

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.0 Version: 0.8.1
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