- Updated to revision 905, fixes the following problems
* Can't build with Ruby 2.0 on a 64 bit system. * Test 79 fails on Windows. (Michael Soyka) * Merging viminfo history doesn't work well. * Still merging problems for viminfo history. * Crash when using b:, w: or t: after closing the buffer, window or tabpage. * Using wrong RUBY_VER causing Ruby build to break. * Valgrind error in test 91. (Issue 128) * Memory leaks in Lua interface. * Configure doesn't always find the shared library. * Memory leak reported by valgrind in test 91. * #if indents are off. * Not obvious that some mouse features are mutual-exclusive. * Outdated comment, ugly condition. * When deleting last buffer in other tab the tabline is not updated. * Crash on exit writing viminfo. (Ron Aaron) * Using memory freed by the garbage collector. * Crash when writing viminfo. (Ron Aaron) OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=139
This commit is contained in:
parent
c1e84f2cbd
commit
cc7dd350ee
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79ccf9c092cc514a12a0f201d71369d71359ea90697c41ac304d2ea039ca3bcc
|
||||
size 945324
|
||||
oid sha256:f7b93c2cdcf780c9c9b119a35a3878dcd859a3d509c8f4d59de6a573c6f89b84
|
||||
size 960115
|
||||
|
23
vim.changes
23
vim.changes
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 16 11:50:52 UTC 2013 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 905, fixes the following problems
|
||||
* Can't build with Ruby 2.0 on a 64 bit system.
|
||||
* Test 79 fails on Windows. (Michael Soyka)
|
||||
* Merging viminfo history doesn't work well.
|
||||
* Still merging problems for viminfo history.
|
||||
* Crash when using b:, w: or t: after closing the buffer, window or
|
||||
tabpage.
|
||||
* Using wrong RUBY_VER causing Ruby build to break.
|
||||
* Valgrind error in test 91. (Issue 128)
|
||||
* Memory leaks in Lua interface.
|
||||
* Configure doesn't always find the shared library.
|
||||
* Memory leak reported by valgrind in test 91.
|
||||
* #if indents are off.
|
||||
* Not obvious that some mouse features are mutual-exclusive.
|
||||
* Outdated comment, ugly condition.
|
||||
* When deleting last buffer in other tab the tabline is not updated.
|
||||
* Crash on exit writing viminfo. (Ron Aaron)
|
||||
* Using memory freed by the garbage collector.
|
||||
* Crash when writing viminfo. (Ron Aaron)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 13 07:44:52 UTC 2013 - idonmez@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user