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
This commit is contained in:
Martin Pluskal 2019-02-26 08:45:41 +00:00 committed by Git OBS Bridge
parent 2cfe0f29df
commit e3833da9e9
4 changed files with 22 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e578934722916080aaaf5c05bba62534cd26165bad34d740cca922f8e36eff6b
size 14067657

3
vim-8.1.0892.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:67cd322c4a1edb473da5d977ca533c72b0fcb8925d578196b55c6d712e4155ad
size 14071112

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Feb 25 08:53:19 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- 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 <coolo@suse.com>

View File

@ -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