Accepting request 1126465 from editors
- Update to version 9.0.2103 - drop vim-changelog.sh * recursive callback may cause issues on some archs * matchparen highlight not cleared in completion mode * improve the breakpoint sign label (#13525) * Improve CONTRIBUTING.md * Renamed "makefile_*.mak" for Vim documentation (#13517) * Update for Lynx 2.8.9 (#13510) * Improve :let-heredoc syntax highlighting (#12923) * clarify when formatoptions applies * Update for i3 4.23 (#13522) * Update usr_51.txt to be more inclusive (#13496) * Add missing null_<type> help tags (#13498) * labeler.yml use all instead of any for doc detection (#13507) * No filetype support for xcompose files * clarify `:help inclusion` section * labeler.yml: Add some more component detection rules (#13511) * No support for cypher files * Vim9: confusing usage of private * labeler.yml: add documentation label (#13506) * fix grammar in termdebug doc, remove trailing spaces (#13505) * improve window handling, shorten var types * handle buffer-local mappings properly * statusline may look different than expected * Vim9: need more assignment tests * Update for Wget2 2.1.0 (#13497) * Unsupported option causes skipping of modeline test * tests: failure in test_arabic * Switch Hindu-Arabic to Arabic numerals in arabic keymap (#13430) * Update the translation of Russian messages to Vim 9.0.2091 (#13490) OBS-URL: https://build.opensuse.org/request/show/1126465 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=356
This commit is contained in:
commit
97b13949f2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ce29f8735616e15dc72fdab6850ff19cf5d4db00c397d95b28bc73867a2ead1f
|
|
||||||
size 17357582
|
|
3
vim-9.0.2103.tar.gz
Normal file
3
vim-9.0.2103.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:92b420ff634a4c63a959c65ea07fc516ba9844e658648705a48c4c7b911b302e
|
||||||
|
size 17362750
|
@ -1,16 +0,0 @@
|
|||||||
#!/usr/bin/env zsh
|
|
||||||
|
|
||||||
directory=https://ftp.nluug.nl/pub/vim/patches/
|
|
||||||
version=9.0
|
|
||||||
|
|
||||||
if [ $# -ne 2 ]; then
|
|
||||||
echo "usage: $0 <old-minor-version> <new-minor-version>" 1>&2
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "Updated to version $version.$(echo $2 | sed 's/^*//'), fixes the following problems"
|
|
||||||
for i in $(seq -w $1 $2); do
|
|
||||||
curl $directory/$version/$version.$i -s | grep -v "Binary file (standard input) matches" | \
|
|
||||||
tr -d '\n' | grep -oP "Problem:.*Solution:" | sed s,"Problem: "," * ", | sed s,"Solution:",, | \
|
|
||||||
tr '\t' '\n' | sed s,' ','', | fmt -w 80
|
|
||||||
done
|
|
60
vim.changes
60
vim.changes
@ -1,3 +1,63 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 13 19:03:12 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 9.0.2103
|
||||||
|
- drop vim-changelog.sh
|
||||||
|
* recursive callback may cause issues on some archs
|
||||||
|
* matchparen highlight not cleared in completion mode
|
||||||
|
* improve the breakpoint sign label (#13525)
|
||||||
|
* Improve CONTRIBUTING.md
|
||||||
|
* Renamed "makefile_*.mak" for Vim documentation (#13517)
|
||||||
|
* Update for Lynx 2.8.9 (#13510)
|
||||||
|
* Improve :let-heredoc syntax highlighting (#12923)
|
||||||
|
* clarify when formatoptions applies
|
||||||
|
* Update for i3 4.23 (#13522)
|
||||||
|
* Update usr_51.txt to be more inclusive (#13496)
|
||||||
|
* Add missing null_<type> help tags (#13498)
|
||||||
|
* labeler.yml use all instead of any for doc detection (#13507)
|
||||||
|
* No filetype support for xcompose files
|
||||||
|
* clarify `:help inclusion` section
|
||||||
|
* labeler.yml: Add some more component detection rules (#13511)
|
||||||
|
* No support for cypher files
|
||||||
|
* Vim9: confusing usage of private
|
||||||
|
* labeler.yml: add documentation label (#13506)
|
||||||
|
* fix grammar in termdebug doc, remove trailing spaces (#13505)
|
||||||
|
* improve window handling, shorten var types
|
||||||
|
* handle buffer-local mappings properly
|
||||||
|
* statusline may look different than expected
|
||||||
|
* Vim9: need more assignment tests
|
||||||
|
* Update for Wget2 2.1.0 (#13497)
|
||||||
|
* Unsupported option causes skipping of modeline test
|
||||||
|
* tests: failure in test_arabic
|
||||||
|
* Switch Hindu-Arabic to Arabic numerals in arabic keymap (#13430)
|
||||||
|
* Update the translation of Russian messages to Vim 9.0.2091 (#13490)
|
||||||
|
* improve the error detection
|
||||||
|
* document vim-script library function
|
||||||
|
* Make dist/vim.vim work properly when lacking vim9script support (#13487)
|
||||||
|
* Vim9: cannot convert list to string using +=
|
||||||
|
* add legacy version for central vim library
|
||||||
|
* centralize safe executable check and add vim library (#13413)
|
||||||
|
* clarify terminal capabilities for focus reporting
|
||||||
|
* complete_info() skips entries with 'noselect'
|
||||||
|
* Add Makefile for the Vim documentation on Windows (#13467)
|
||||||
|
* sound_playfile() fails when using powershell
|
||||||
|
* Vim9: still allows abstract static methods
|
||||||
|
* Update sh syntax and add shDerefOffset to shDerefVarArray for bash (#13480)
|
||||||
|
* make strace ft check less strict (#13482)
|
||||||
|
* build-failure in vim9class
|
||||||
|
* code cleanup for option callbacks needed
|
||||||
|
* Vim9: abstract can be used in interface
|
||||||
|
* Vim9: abstract static methods are possible
|
||||||
|
* runtime(sh) Update sh syntax and add shDblParen to shCaseList (#13469)
|
||||||
|
* Perl: xsubpp may be in non-standard location
|
||||||
|
* Add noble (24.04 LTS) as Ubuntu release name (#13472)
|
||||||
|
* test_channel may fail because of IPv6 config issue
|
||||||
|
* smoothscroll may result in wrong cursor position
|
||||||
|
* add shDblParen to shLoopList for bash (#13445)
|
||||||
|
* vim9_script test too large
|
||||||
|
* all secure options should note this restriction in the documentation (#13448)
|
||||||
|
* Not all Dart files detected
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 28 14:45:34 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
Sat Oct 28 14:45:34 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
3
vim.spec
3
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 9.0
|
%define pkg_version 9.0
|
||||||
%define patchlevel 2078
|
%define patchlevel 2103
|
||||||
%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
|
||||||
@ -60,7 +60,6 @@ Source30: gvim_128.png
|
|||||||
Source31: gvim_256.png
|
Source31: gvim_256.png
|
||||||
Source32: gvim_512.png
|
Source32: gvim_512.png
|
||||||
# /Section
|
# /Section
|
||||||
Source98: vim-changelog.sh
|
|
||||||
Source99: %{name}-7.4-rpmlintrc
|
Source99: %{name}-7.4-rpmlintrc
|
||||||
Patch3: %{name}-7.4-disable_lang_no.patch
|
Patch3: %{name}-7.4-disable_lang_no.patch
|
||||||
Patch4: %{name}-7.3-gvimrc_fontset.patch
|
Patch4: %{name}-7.3-gvimrc_fontset.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user