Accepting request 614348 from home:mimi_vx:branches:editors
- update to 8.1 revision 0034 * cursor not restored with ":edit #" * keys to stop Vim in terminal are wrong * BS in prompt buffer starts new line * terminal test aucmd_on_close if flaky * stoping Vim running in a terminal may not work * difficult to make a plugin that feeds a line to a job * gcc 8.1 warns for use of strncpy() * repeating put from expression register fails OBS-URL: https://build.opensuse.org/request/show/614348 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=497
This commit is contained in:
parent
2364c79897
commit
22f40b98f2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6cab8f5e6f6a430e1b4a767ea7d8b77ec264e068fe9bdc454b70a232fc0a365f
|
|
||||||
size 13646081
|
|
3
vim-8.1.0034.tar.gz
Normal file
3
vim-8.1.0034.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1c2951d6ea9bdfe1744c6d51f57d4bc23352a86c2b898ce0f796634cc588b327
|
||||||
|
size 13652586
|
13
vim.changes
13
vim.changes
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 5 16:04:54 UTC 2018 - mimi.vx@gmail.com
|
||||||
|
|
||||||
|
- update to 8.1 revision 0034
|
||||||
|
* cursor not restored with ":edit #"
|
||||||
|
* keys to stop Vim in terminal are wrong
|
||||||
|
* BS in prompt buffer starts new line
|
||||||
|
* terminal test aucmd_on_close if flaky
|
||||||
|
* stoping Vim running in a terminal may not work
|
||||||
|
* difficult to make a plugin that feeds a line to a job
|
||||||
|
* gcc 8.1 warns for use of strncpy()
|
||||||
|
* repeating put from expression register fails
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 23 10:15:50 UTC 2018 - mimi.vx@gmail.com
|
Wed May 23 10:15:50 UTC 2018 - mimi.vx@gmail.com
|
||||||
|
|
||||||
|
2
vim.spec
2
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 8.1
|
%define pkg_version 8.1
|
||||||
%define patchlevel 0020
|
%define patchlevel 0034
|
||||||
%define patchlevel_compact %{patchlevel}
|
%define patchlevel_compact %{patchlevel}
|
||||||
%define VIM_SUBDIR vim81
|
%define VIM_SUBDIR vim81
|
||||||
%define site_runtimepath %{_datadir}/vim/site
|
%define site_runtimepath %{_datadir}/vim/site
|
||||||
|
Loading…
Reference in New Issue
Block a user