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:
parent
2cfe0f29df
commit
e3833da9e9
@ -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
3
vim-8.1.0892.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67cd322c4a1edb473da5d977ca533c72b0fcb8925d578196b55c6d712e4155ad
|
||||
size 14071112
|
18
vim.changes
18
vim.changes
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user