- Updated to version 9.0.0000, fixes the following problems
* Reading beyond the end of the line with lisp indenting. * search() gets stuck with "c" and skip evaluates to true. * "make uninstall" does not remove colors/lists. * Still mentioning version8, some cosmetic issues. * In diff mode windows may get out of sync. (Gary Johnson) * TSTP and INT signal tests are not run with valgrind. * Fix for CTRL-key combinations causes more problems than it solves. * Accessing invalid memory after changing terminal size. * Might still access invalid memory. * Reading before the start of the line with BS in Replace mode. * Crash when deleting buffers in diff mode. * Invalid memory access after diff buffer manipulations. * Import test fails because 'diffexpr' isn't reset. * Test for DiffUpdated fails. * get(Fn, 'name') on funcref returns special byte code. * Cannot build with Python 3.11. * Nested :source may use NULL pointer. * Dependencies and proto files are outdated. * "make menu" still uses legacy script. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=725
This commit is contained in:
parent
f85acc8b34
commit
5083548bbe
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43bc45d305cf93fb4ba8f6619c7ac02209daee1f8f3ae071c2dbd635d9f587e3
|
||||
size 16553923
|
3
vim-9.0.0000.tar.gz
Normal file
3
vim-9.0.0000.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b3cd3732eb7039cf58a9321de26ab1a12d81c2f6760eb03c5d7b60d548f4587
|
||||
size 16615921
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
directory=https://ftp.nluug.nl/pub/vim/patches/
|
||||
version=8.2
|
||||
version=9.0
|
||||
|
||||
if [ $# -ne 2 ]; then
|
||||
echo "usage: $0 <old-minor-version> <new-minor-version>" 1>&2
|
||||
|
24
vim.changes
24
vim.changes
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 28 17:52:07 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- Updated to version 9.0.0000, fixes the following problems
|
||||
* Reading beyond the end of the line with lisp indenting.
|
||||
* search() gets stuck with "c" and skip evaluates to true.
|
||||
* "make uninstall" does not remove colors/lists.
|
||||
* Still mentioning version8, some cosmetic issues.
|
||||
* In diff mode windows may get out of sync. (Gary Johnson)
|
||||
* TSTP and INT signal tests are not run with valgrind.
|
||||
* Fix for CTRL-key combinations causes more problems than it solves.
|
||||
* Accessing invalid memory after changing terminal size.
|
||||
* Might still access invalid memory.
|
||||
* Reading before the start of the line with BS in Replace mode.
|
||||
* Crash when deleting buffers in diff mode.
|
||||
* Invalid memory access after diff buffer manipulations.
|
||||
* Import test fails because 'diffexpr' isn't reset.
|
||||
* Test for DiffUpdated fails.
|
||||
* get(Fn, 'name') on funcref returns special byte code.
|
||||
* Cannot build with Python 3.11.
|
||||
* Nested :source may use NULL pointer.
|
||||
* Dependencies and proto files are outdated.
|
||||
* "make menu" still uses legacy script.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 24 07:47:35 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
6
vim.spec
6
vim.spec
@ -16,10 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define pkg_version 8.2
|
||||
%define patchlevel 5154
|
||||
%define pkg_version 9.0
|
||||
%define patchlevel 0000
|
||||
%define patchlevel_compact %{patchlevel}
|
||||
%define VIM_SUBDIR vim82
|
||||
%define VIM_SUBDIR vim90
|
||||
%define site_runtimepath %{_datadir}/vim/site
|
||||
%define make make VIMRCLOC=%{_sysconfdir} VIMRUNTIMEDIR=%{_datadir}/vim/current MAKE="make -e" %{?_smp_mflags}
|
||||
%bcond_without python2
|
||||
|
Loading…
Reference in New Issue
Block a user