From e3833da9e93dcbbc4c7ee6d7011d1bdd2652755d0304eed4df6c9e80c92da08b Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 26 Feb 2019 08:45:41 +0000 Subject: [PATCH] Accepting request 678838 from home:mimi_vx:branches:editors - Updated to version 8.1.0892, fixes the following problems * New buffer used every time the quickfix window is opened. * Can execute shell commands in rvim through interfaces. * Checking for FEAT_MBYTE which doesn't exist anymore. * Missing some changes for Ex commands. * Double check for bsd systems. * Compiler warning for adding to NULL pointer and a condition that is always true. * The 'l' flag in :subsitute is sticky. * The a: dict is not immutable as documented. * Pty allocation wrong if using file for out channel and using null for in channel and null for error channel. * Substitute command inssuficiently tested. * Failure when closing a window when location list is in use. OBS-URL: https://build.opensuse.org/request/show/678838 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=536 --- vim-8.1.0877.tar.gz | 3 --- vim-8.1.0892.tar.gz | 3 +++ vim.changes | 18 ++++++++++++++++++ vim.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 vim-8.1.0877.tar.gz create mode 100644 vim-8.1.0892.tar.gz diff --git a/vim-8.1.0877.tar.gz b/vim-8.1.0877.tar.gz deleted file mode 100644 index 7da52a9..0000000 --- a/vim-8.1.0877.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e578934722916080aaaf5c05bba62534cd26165bad34d740cca922f8e36eff6b -size 14067657 diff --git a/vim-8.1.0892.tar.gz b/vim-8.1.0892.tar.gz new file mode 100644 index 0000000..7010007 --- /dev/null +++ b/vim-8.1.0892.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67cd322c4a1edb473da5d977ca533c72b0fcb8925d578196b55c6d712e4155ad +size 14071112 diff --git a/vim.changes b/vim.changes index 87ab14f..4b979d3 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Feb 25 08:53:19 UTC 2019 - Ondřej Súkup + +- Updated to version 8.1.0892, fixes the following problems + * New buffer used every time the quickfix window is opened. + * Can execute shell commands in rvim through interfaces. + * Checking for FEAT_MBYTE which doesn't exist anymore. + * Missing some changes for Ex commands. + * Double check for bsd systems. + * Compiler warning for adding to NULL pointer and a condition that is + always true. + * The 'l' flag in :subsitute is sticky. + * The a: dict is not immutable as documented. + * Pty allocation wrong if using file for out channel and using null for + in channel and null for error channel. + * Substitute command inssuficiently tested. + * Failure when closing a window when location list is in use. + ------------------------------------------------------------------- Thu Feb 7 12:47:37 UTC 2019 - Stephan Kulow diff --git a/vim.spec b/vim.spec index 66df0b0..c184bb3 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 8.1 -%define patchlevel 0877 +%define patchlevel 0892 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim81 %define site_runtimepath %{_datadir}/vim/site