From 22f40b98f27710b235985aee2e455dc35ff9fea78d7bab363fd9e60b7b450adb Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 5 Jun 2018 17:26:02 +0000 Subject: [PATCH] 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 --- vim-8.1.0020.tar.gz | 3 --- vim-8.1.0034.tar.gz | 3 +++ vim.changes | 13 +++++++++++++ vim.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 vim-8.1.0020.tar.gz create mode 100644 vim-8.1.0034.tar.gz diff --git a/vim-8.1.0020.tar.gz b/vim-8.1.0020.tar.gz deleted file mode 100644 index 4a363b7..0000000 --- a/vim-8.1.0020.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cab8f5e6f6a430e1b4a767ea7d8b77ec264e068fe9bdc454b70a232fc0a365f -size 13646081 diff --git a/vim-8.1.0034.tar.gz b/vim-8.1.0034.tar.gz new file mode 100644 index 0000000..02d27dc --- /dev/null +++ b/vim-8.1.0034.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2951d6ea9bdfe1744c6d51f57d4bc23352a86c2b898ce0f796634cc588b327 +size 13652586 diff --git a/vim.changes b/vim.changes index 1ae2140..9169bbd 100644 --- a/vim.changes +++ b/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 diff --git a/vim.spec b/vim.spec index 4762205..8afdf73 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 8.1 -%define patchlevel 0020 +%define patchlevel 0034 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim81 %define site_runtimepath %{_datadir}/vim/site