- Updated to revision 712, fixes the following problems
* Out-of-bounds read, dectected by Coverity. * Not freeing memory when encountering an error. * The filename used for ":profile" must be given literally. * Various problems with locked and fixed lists and dictionaries. * E315 when trying to delete a fold. (Yutao Yuan) * Fold can't be opened after ":move". (Ein Brown) * Compiler warning for using uninitialized variable. (Yasuhiro Matsumoto) * Joining an empty list does uneccessary work. * Compiler warning for start_dir unused when building unittests. * Searching for a character matches an illegal byte and causes invalid memory access. (Dominique Pelle) * Can't build with Ruby 2.2. * Window drawn wrong when 'laststatus' is zero and there is a command-line window. (Yclept Nemo) * Undo files can have their executable bit set. * gettext() is called too often. * ":tabmove" does not work as documented. * It is not possible to make spaces visibible in list mode. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=267
This commit is contained in:
parent
89408583aa
commit
d831f7c3b3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d394921eeb5478fd15681debffd9ef6b52fdb745ca2578d96bda05b80b83ff2
|
||||
size 12169148
|
3
v7-4-712.tar.gz
Normal file
3
v7-4-712.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2990f82951b2b524f9a26190c9ea430990f4792ab75e7f3fed1465439e7d196
|
||||
size 12169754
|
21
vim.changes
21
vim.changes
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 10:45:14 UTC 2015 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 712, fixes the following problems
|
||||
* Out-of-bounds read, dectected by Coverity.
|
||||
* Not freeing memory when encountering an error.
|
||||
* The filename used for ":profile" must be given literally.
|
||||
* Various problems with locked and fixed lists and dictionaries.
|
||||
* E315 when trying to delete a fold. (Yutao Yuan)
|
||||
* Fold can't be opened after ":move". (Ein Brown)
|
||||
* Compiler warning for using uninitialized variable. (Yasuhiro Matsumoto)
|
||||
* Joining an empty list does uneccessary work.
|
||||
* Compiler warning for start_dir unused when building unittests.
|
||||
* Searching for a character matches an illegal byte and causes invalid memory access. (Dominique Pelle)
|
||||
* Can't build with Ruby 2.2.
|
||||
* Window drawn wrong when 'laststatus' is zero and there is a command-line window. (Yclept Nemo)
|
||||
* Undo files can have their executable bit set.
|
||||
* gettext() is called too often.
|
||||
* ":tabmove" does not work as documented.
|
||||
* It is not possible to make spaces visibible in list mode.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 11:25:34 UTC 2015 - idonmez@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user