- Updated to version 9.0.1443, fixes the following problems
* Livebook files are not recognized. * getscriptinfo() loops even when specific SID is given. * Completion popup in wrong position with virtual text "above". * On some systems the Lua library is not found. * Crash when adding package already in 'runtimepath'. * Scrolling too many lines when 'wrap' and 'diff' are set. * Cannot compare a typed variable with v:none. * Test fails with different error number. * .fs files are falsely recognized as forth files. * Start Insert mode when accessing a hidden prompt buffer. * "rvim" can execute a shell through :diffpatch. * mapset() does not restore non-script context. * Ending Insert mode when accessing a hidden prompt buffer. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=806
This commit is contained in:
parent
cadd5825d9
commit
44296b836a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0ad53cee902c3311bf2028deffc3cdb25ad29b6716aa401bb1f193b2e9384792
|
|
||||||
size 16979739
|
|
3
vim-9.0.1443.tar.gz
Normal file
3
vim-9.0.1443.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:22af935c62ffb880f97e515f65b5081eb617005f00118d4bd10b438915506cc8
|
||||||
|
size 16982603
|
18
vim.changes
18
vim.changes
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 12 10:47:28 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- Updated to version 9.0.1443, fixes the following problems
|
||||||
|
* Livebook files are not recognized.
|
||||||
|
* getscriptinfo() loops even when specific SID is given.
|
||||||
|
* Completion popup in wrong position with virtual text "above".
|
||||||
|
* On some systems the Lua library is not found.
|
||||||
|
* Crash when adding package already in 'runtimepath'.
|
||||||
|
* Scrolling too many lines when 'wrap' and 'diff' are set.
|
||||||
|
* Cannot compare a typed variable with v:none.
|
||||||
|
* Test fails with different error number.
|
||||||
|
* .fs files are falsely recognized as forth files.
|
||||||
|
* Start Insert mode when accessing a hidden prompt buffer.
|
||||||
|
* "rvim" can execute a shell through :diffpatch.
|
||||||
|
* mapset() does not restore non-script context.
|
||||||
|
* Ending Insert mode when accessing a hidden prompt buffer.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 30 16:24:53 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
Thu Mar 30 16:24:53 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
2
vim.spec
2
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 9.0
|
%define pkg_version 9.0
|
||||||
%define patchlevel 1430
|
%define patchlevel 1443
|
||||||
%define patchlevel_compact %{patchlevel}
|
%define patchlevel_compact %{patchlevel}
|
||||||
%define VIM_SUBDIR vim90
|
%define VIM_SUBDIR vim90
|
||||||
%define site_runtimepath %{_datadir}/vim/site
|
%define site_runtimepath %{_datadir}/vim/site
|
||||||
|
Loading…
Reference in New Issue
Block a user