Accepting request 1179207 from editors
OBS-URL: https://build.opensuse.org/request/show/1179207 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=369
This commit is contained in:
commit
9113cd0efd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1b2e12503d537b6f2017850d9aa534ad8c78e49920845c2b19f7da6c6bdf1f87
|
|
||||||
size 17907271
|
|
3
vim-9.1.0470.tar.gz
Normal file
3
vim-9.1.0470.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d76ed5d1191b5c76fe7195125c9975d78c92a54254b8b5d377c6caf5739da259
|
||||||
|
size 17919981
|
39
vim.changes
39
vim.changes
@ -1,3 +1,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 6 00:55:27 UTC 2024 - Martin Schreiner <martin.schreiner@suse.com>
|
||||||
|
|
||||||
|
- Update to 9.1.0470:
|
||||||
|
* tests Test_ColonEight_MultiByte() fails sporadically
|
||||||
|
* Cannot have buffer-local value for 'completeopt'
|
||||||
|
* GvimExt does not consult HKEY_CURRENT_USER
|
||||||
|
* typos in some comments
|
||||||
|
* runtime(vim): Update base-syntax, allow whitespace before
|
||||||
|
:substitute pattern
|
||||||
|
* Missing comments for fuzzy completion
|
||||||
|
* runtime(man): update Vim manpage
|
||||||
|
* runtime(comment): clarify the usage of 'commentstring' option
|
||||||
|
value
|
||||||
|
* runtime(doc): clarify how fuzzy 'completeopt' should work
|
||||||
|
* runtime(netrw): prevent accidental data loss
|
||||||
|
* missing filecopy() function
|
||||||
|
* no whitespace padding in commentstring option in ftplugins
|
||||||
|
* no fuzzy-matching support for insert-completion
|
||||||
|
* eval5() and eval7 are too complex
|
||||||
|
* too many strlen() calls in drawline.c
|
||||||
|
* filetype lintstagedrc files are not recognized
|
||||||
|
* Vim9 import autoload does not work with symlink
|
||||||
|
* Coverity complains about division by zero
|
||||||
|
* tests test_gui fails on Wayland
|
||||||
|
* Left shift is incorrect with vartabstop and shiftwidth=0
|
||||||
|
* runtime(doc): clarify 'shortmess' flag "S"
|
||||||
|
* MS-Windows compiler warning for size_t to int conversion
|
||||||
|
* runtime(doc): include some vim9 script examples in the help
|
||||||
|
* minor issues in test_filetype with rasi test
|
||||||
|
* filetype rasi files are not recognized
|
||||||
|
* runtime(java): Improve the matching of lambda expressions
|
||||||
|
* Configure checks for libelf unnecessarily
|
||||||
|
* No test for escaping '<' with shellescape()
|
||||||
|
* check.vim complains about overlong comment lines
|
||||||
|
* translation(it): Update Italian translation
|
||||||
|
* evalc. code too complex
|
||||||
|
* MS-Windows Compiler warnings
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 29 12:49:57 UTC 2024 - Martin Schreiner <martin.schreiner@suse.com>
|
Wed May 29 12:49:57 UTC 2024 - Martin Schreiner <martin.schreiner@suse.com>
|
||||||
|
|
||||||
|
2
vim.spec
2
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 9.1
|
%define pkg_version 9.1
|
||||||
%define patchlevel 0448
|
%define patchlevel 0470
|
||||||
%define patchlevel_compact %{patchlevel}
|
%define patchlevel_compact %{patchlevel}
|
||||||
%define VIM_SUBDIR vim91
|
%define VIM_SUBDIR vim91
|
||||||
%define site_runtimepath %{_datadir}/vim/site
|
%define site_runtimepath %{_datadir}/vim/site
|
||||||
|
Loading…
x
Reference in New Issue
Block a user