-Updated to revision 027, fixes the following problems
* Crash with invalid argument to mkdir(). * Cannot find out if "acl" and "xpm" features are supported. multi-byte characters. * File name buffer too small for utf-8. * ":help !!" does not find the "!!" tag in the help file. (Ben Fritz) * When completing item becomes unselected. (Shougo Matsu) * NFA engine matches too much with \@>. (John McGowan) * NFA regexp: Using \ze in one branch which doesn't match may cause end of another branch to be wrong. (William Fugh) * Deadlock while exiting, because of allocating memory. * When root edits a file the undo file is owned by root while the edited file may be owned by another user, which is not allowed. (cac2s) * Reading before start of a string. * Clang warning for int shift overflow. * Another valgrind error when using CTRL-X CTRL-F at the start of the line. (Dominique Pelle) OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=161
This commit is contained in:
parent
16be93204a
commit
04456e45f8
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7921b2b09cbfb440f83a5670b01af1befde5cbbd42906b747d85a3726f7c7041
|
||||
size 8856
|
||||
oid sha256:d6d3ce2952e7cb8c0c2b9bcd41a231d4ccd4e62c9f8dde5c980c5b94f97d9721
|
||||
size 18804
|
||||
|
23
vim.changes
23
vim.changes
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 9 10:53:43 UTC 2013 - idonmez@suse.com
|
||||
|
||||
-Updated to revision 027, fixes the following problems
|
||||
* Crash with invalid argument to mkdir().
|
||||
* Cannot find out if "acl" and "xpm" features are supported.
|
||||
multi-byte characters.
|
||||
* File name buffer too small for utf-8.
|
||||
* ":help !!" does not find the "!!" tag in the help file. (Ben
|
||||
Fritz)
|
||||
* When completing item becomes unselected. (Shougo Matsu)
|
||||
* NFA engine matches too much with \@>. (John McGowan)
|
||||
* NFA regexp: Using \ze in one branch which doesn't match may cause
|
||||
end of another branch to be wrong. (William Fugh)
|
||||
* Deadlock while exiting, because of allocating memory.
|
||||
* When root edits a file the undo file is owned by root while the
|
||||
edited file may be owned by another user, which is not allowed.
|
||||
(cac2s)
|
||||
* Reading before start of a string.
|
||||
* Clang warning for int shift overflow.
|
||||
* Another valgrind error when using CTRL-X CTRL-F at the start of
|
||||
the line. (Dominique Pelle)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 5 18:50:28 CEST 2013 - mls@suse.de
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user