Accepting request 173343 from editors
- Updated to revision 918, fixes the following problems * The "sleep .2" for running tests does not work on Solaris. * Python uses IndexError when a dict key is not found. * Possible crash when using a list in Python. * Duplicate Python code. * Python code in #ifdef branches with only minor differences. * Python: Access to Vim variables is not so easy. * Typing a ":" command at the hit-enter dialog does not work if the "file changed" dialog happens next. * Still a crash when writing viminfo. * ~/.viminfo is messed up when running tests. * When reading a file with encoding conversion fails at the end the next encoding in 'fencs' is not used. * Using freed memory when pasting with the mouse (Issue 130). * When a path ends in a backslash appending a comma has the wrong effect. * Repeating an Ex command after using a Visual motion does not work. * Crash when writing viminfo. (Ron Aaron) OBS-URL: https://build.opensuse.org/request/show/173343 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=103
This commit is contained in:
commit
dcea50ae7d
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:f7b93c2cdcf780c9c9b119a35a3878dcd859a3d509c8f4d59de6a573c6f89b84
|
oid sha256:965aa874799d5914de6a95bd6ecb6dbbccee78c049ebfaae9d16d47d568c916d
|
||||||
size 960115
|
size 980720
|
||||||
|
23
vim.changes
23
vim.changes
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 25 09:36:37 UTC 2013 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 918, fixes the following problems
|
||||||
|
* The "sleep .2" for running tests does not work on Solaris.
|
||||||
|
* Python uses IndexError when a dict key is not found.
|
||||||
|
* Possible crash when using a list in Python.
|
||||||
|
* Duplicate Python code.
|
||||||
|
* Python code in #ifdef branches with only minor differences.
|
||||||
|
* Python: Access to Vim variables is not so easy.
|
||||||
|
* Typing a ":" command at the hit-enter dialog does not work if the
|
||||||
|
"file changed" dialog happens next.
|
||||||
|
* Still a crash when writing viminfo.
|
||||||
|
* ~/.viminfo is messed up when running tests.
|
||||||
|
* When reading a file with encoding conversion fails at the end the
|
||||||
|
next encoding in 'fencs' is not used.
|
||||||
|
* Using freed memory when pasting with the mouse (Issue 130).
|
||||||
|
* When a path ends in a backslash appending a comma has the wrong
|
||||||
|
effect.
|
||||||
|
* Repeating an Ex command after using a Visual motion does not work.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 16 11:50:52 UTC 2013 - idonmez@suse.com
|
Tue Apr 16 11:50:52 UTC 2013 - idonmez@suse.com
|
||||||
|
|
||||||
@ -19,7 +40,7 @@ Tue Apr 16 11:50:52 UTC 2013 - idonmez@suse.com
|
|||||||
* When deleting last buffer in other tab the tabline is not updated.
|
* When deleting last buffer in other tab the tabline is not updated.
|
||||||
* Crash on exit writing viminfo. (Ron Aaron)
|
* Crash on exit writing viminfo. (Ron Aaron)
|
||||||
* Using memory freed by the garbage collector.
|
* Using memory freed by the garbage collector.
|
||||||
* Crash when writing viminfo. (Ron Aaron)
|
* Crash when writing viminfo. (Ron Aaron)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 13 07:44:52 UTC 2013 - idonmez@suse.com
|
Sat Apr 13 07:44:52 UTC 2013 - idonmez@suse.com
|
||||||
|
Loading…
Reference in New Issue
Block a user