This commit is contained in:
Matej Cepl 2022-11-07 13:47:42 +01:00
parent 9d606bb30d
commit 16ea1923b6
Signed by: mcepl
GPG Key ID: 79205802880BC9D8
2 changed files with 162 additions and 1 deletions

View File

@ -1,3 +1,164 @@
-------------------------------------------------------------------
Mon Nov 7 12:49:08 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Update to 451b8d6cb:
- Merge pull request #20990 from zeertzjq/vim-8.2.2060
- refactor(highlight): rename FloatBorderTitle #20988
- "au! event" cannot be followed by another command
- check for features implemented with "if"
- docs(news): add linematch (#20927)
- refactor: more clint (#20910)
- Merge pull request #20987 from zeertzjq/vim-8.2.3751
- docs(options): remove mentions of 'imactivatefunc' and 'imstatusfunc'
- setting *func options insufficiently tested
- lambda for option that is a function may be freed
- options that take a function insufficiently tested
- might crash when callback is not valid
- cannot assign a lambda to an option that takes a function
- cannot use a lambda for 'imactivatefunc'
- fix(clipboard): prefer xsel #20918
- feat: ":write ++p" creates parent dirs #20835
- fix(tutor): failing to get buf name #20933
- refactor: click definition functions #20923
- ci: add stale bot #20884
- #20680
- ci: install only necessary dependencies #20970
- fix(stdpath): default to /tmp if stdpath('run') cannot be created #20952
- Merge pull request #20944 from zeertzjq/vim-8.2.3705
- ci: request reviewers when PR is reopened #20972
- crash when 'tagfunc' closes the window
- using freed memory when 'tagfunc' deletes the buffer
- cannot use a lambda for 'completefunc' and 'omnifunc'
- cannot use Vim9 lambda for 'tagfunc'
- cannot pass a lambda name to function() or funcref()
- cannot use a lambda for 'tagfunc'
- Merge pull request #20982 from zeertzjq/vim-8.2.2849
- not enough tests for writing buffers
- get readonly error for device that can't be written to
- bufwrite not sufficiently tested
- deletebufline() does not always return 1 on failure (#20980)
- Merge pull request #20968 from zeertzjq/vim-8.2.2570
- fix: add lfs to luarc.json (#20979)
- help test fails in 24 line terminal
- no need to check for BSD after checking for not root
- some tests fail when run as root
- tests fail when run as root
- code coverage could be improved (#20969)
- some tests fail on Cirrus CI and/or with FreeBSD (#20967)
- old style comments in debugger source
- test(old): remove stray test42 files (#20966)
- feat(ui): add support to display a title in the border of a float (#20184)
- no good reason why the "gf" command isn't in the tiny version (#20964)
- Merge pull request #20962 from zeertzjq/vim-8.2.1736
- E854 is not tested; some spelling suggestions are not tested
- MS-Windows: test sometimes runs into existing swap file
- failure to compile a pattern not tested much
- Merge pull request #20961 from zeertzjq/vim-8.2.3055
- check for uppercase char in autoload name is wrong
- strange error for assigning to "x.key" on non-dictionary
- refactor(eval): make get_lval() explicitly check for v:lua
- fix(paste): feed keys as typed in cmdline mode (#20959)
- Merge pull request #20955 from zeertzjq/vim-8.2.2918
- wrong error when using extend() with funcref
- E704 for script local variable is not backwards compatible
- still a way to shadow a builtin function
- builtin function can be shadowed by global variable
- fix(eval): change some tv_dict_add() usages back to hash_add()
- Merge pull request #20954 from zeertzjq/vim-8.2.2918
- confusing error when expression is followed by comma
- assignment test fails
- Vim9: crash when using LHS with double index
- checking for first character of dict key is inconsistent
- Vim9: no error for missing white space at script level
- docs(news): add news blurb for tmux clipboard change (#20950)
- ci: replace deprecated feature set-output (#20834)
- ci: remove ci/build.ps1 (#20891)
- the window title is not redrawn when 'endoffile' changes (#20951)
- ci: fix incorrect asan_symbolize name (#20900)
- Merge pull request #20858 from dundargoc/build/lintsh
- revert: "ci(commitlint): use pull_request_target to avoid "skip ci"" (#20845)
- Merge pull request #20732 from dundargoc/build/default-cmake-args
- MS-Windows: no error if vimgrep pattern is not matching (#20947)
- Merge pull request #20946 from zeertzjq/vim-8.2.1106
- test 49 is old style
- crash when trying to use s: variable in typed command
- memory leak in test 49
- Merge pull request #17950 from zeertzjq/vim-8.2.4029
- cannot make 'breakindent' use a specific column
- with 'showbreak' set cursor displayed in wrong position
- early return when getting the 'formatlistpat' value
- cached breakindent values not initialized properly
- debugging NFA regexp my crash, cached indent may be wrong
- build: always ignore user's cmake preset (#20935)
- Merge pull request #20774 from zeertzjq/vim-8.2.4679
- fix(eval): make error number of charidx() same as Vim
- cannot have expandcmd() give an error message for mistakes
- strchars() defaults to counting composing characters
- test for strchars() fails with different error number
- Vim9: cannot pass "true" to split(), str2nr() and strchars()
- Vim9: cannot use "true" with deepcopy()
- using 2 where bool is expected may throw an error
- cannot scroll a popup window to the very bottom
- Merge pull request #20943 from zeertzjq/vim-8.2.4688
- E1281 not tested with the old regexp engine
- no error if engine selection atom is not at the start
- new regexp does not accept pattern "\%>0v"
- new regexp engine does not give an error for "\%v"
- Merge pull request #20942 from zeertzjq/vim-8.2.5027
- error for missing :endif when an exception was thrown
- Vim9: wrong argument for append() results in two errors
- duplicated code for adding buffer lines
- Merge pull request #20941 from zeertzjq/vim-8.2.1183
- not checking the context of test_fails()
- test_fails() does not check the context of the line number
- flaky failure in assert_fails()
- Vim9: error for list index uses wrong line number
- not all assert functions are fully tested
- some tests fail
- vim-patch:partial:8.2.1183: assert_fails() checks the last error message
- regexp benchmark stest is old style (#20940)
- version.c: update [skip ci] (#20825)
- Merge pull request #20939 from zeertzjq/vim-8.2.0502
- Vim9: no check for space before #comment
- Vim9: some code is not tested
- feat(clipboard): copy to system clipboard in tmux when supported (#20936)
- Merge pull request #20938 from zeertzjq/vim-8.2.0644
- not sufficient testing for buffer writing
- not enough tests for buffer writing
- insufficient testing for invalid function arguments
- INT signal not properly tested
- fix(fileio): use first available directory in backupdir for backupcopy (#20655)
- fix(vim.diff): fix fastforward off-by-1 (#20937)
- Merge pull request #20934 from zeertzjq/vim-8.2.0968
- some operators not fully tested
- some code in normal.c not covered by tests
- various parts of code not covered by tests
- some 'cpoptions' not tested
- no proper testing of the 'cpoptions' flags
- ci: skip tests if build fails (#20908)
- regexp and other code not tested (#20930)
- fix(vim.diff): correctly apply hunk offsets with linematch (#20931)
- fix(diff): remove size_t underflow (#20929)
- various functions not properly tested (#20926)
- Enable new diff option linematch (#14537)
- fix(man.lua): set modifiable before writing page (#20914)
- Merge pull request #20782 from dundargoc/docs/typos
- docs: fix typos
- Merge pull request #20904 from zeertzjq/vim-9.0.0822
- cannot drag an entry in the tabpage line
- crash when using win_move_separator() in other tab page
- mouse drag test fails
- crash when dragging the statusline with a mapping
- if 'endofline' is set CTRL-Z may be written in a wrong place (#20903)
- build(lint): add more shell scripts to lintsh
- build: add EXCLUDE option to add_glob_target
- build(lint): remove clint.py rules for braces #20880
- build(deps): bump lua parser to v0.0.14 (#20897)
- Vim9: return type of readfile() is any (#20896)
- build: give example on complex regexes
- build(cmake): add modelines to enable syntax highlighting
- build: rely on default cmake installation if possible
-------------------------------------------------------------------
Wed Sep 14 10:07:44 UTC 2022 - Matej Cepl <mcepl@suse.com>

View File

@ -42,7 +42,7 @@ Requires: python3-neovim
%bcond_with luajit
%endif
Name: neovim
Version: 0.8.0+git.1667265265.c3aba403c
Version: 0.8.0+git.1667823219.451b8d6cb
Release: 0
Summary: Vim-fork focused on extensibility and agility
License: Apache-2.0 AND Vim