- Updated to revision 962, fixes the following problems
* No completion for :xmap and :smap. (Yukihiro Nakadaira) * Compiler warning for uninitialized variable. (Tony Mechelynck) * E381 and E380 make the user think nothing happened. * Init stack works differently on 64 bit systems. * Ruby 1.8: Missing piece for static linking on 64 bit systems. * More can be shared between Python 2 and 3. * Python: not easy to get to window number. * Using Py_BuildValue is inefficient sometimes. * Python: Can't get position of window. * Stuff in if_py_both.h is ordered badly. * Python: SEGV in Buffer functions. * Python: Negative indices were failing. * External program receives the termrespone. * Python: List of buffers is not very useful. * Sometimes get stuck in waiting for cursor position report, resulting in keys starting with <Esc>[ not working. * Python: No iterator for vim.list and vim.bufferlist. * Python: no easy access to tabpages. * Python: Stack trace printer can't handle messages. * Python exceptions have problems. * Python: It's not easy to change window/buffer/tabpage. * Python: string exceptions are deprecated. * No check if PyObject_IsTrue fails. * Python: Not enough tests. * Python vim.bindeval() causes SIGABRT. * Python does not have a "do" command like Perl or Lua. * Python: Iteration destructor not set. * Missing error number. * Compiler warning for unused variable. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=145
This commit is contained in:
parent
882cd4fbe9
commit
5dcbef7252
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5bbcc7a583d17290ea423ff614fd62578af9d120ca15ebf3835022b49ef61a42
|
||||
size 1021589
|
||||
oid sha256:812034f2f6a6cac42743b02e5eaa77df26bdca0d415e6f19d28bb2f434125171
|
||||
size 1067974
|
||||
|
36
vim.changes
36
vim.changes
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 17 13:39:31 UTC 2013 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 962, fixes the following problems
|
||||
* No completion for :xmap and :smap. (Yukihiro Nakadaira)
|
||||
* Compiler warning for uninitialized variable. (Tony Mechelynck)
|
||||
* E381 and E380 make the user think nothing happened.
|
||||
* Init stack works differently on 64 bit systems.
|
||||
* Ruby 1.8: Missing piece for static linking on 64 bit systems.
|
||||
* More can be shared between Python 2 and 3.
|
||||
* Python: not easy to get to window number.
|
||||
* Using Py_BuildValue is inefficient sometimes.
|
||||
* Python: Can't get position of window.
|
||||
* Stuff in if_py_both.h is ordered badly.
|
||||
* Python: SEGV in Buffer functions.
|
||||
* Python: Negative indices were failing.
|
||||
* External program receives the termrespone.
|
||||
* Python: List of buffers is not very useful.
|
||||
* Sometimes get stuck in waiting for cursor position report,
|
||||
resulting in keys starting with <Esc>[ not working.
|
||||
* Python: No iterator for vim.list and vim.bufferlist.
|
||||
* Python: no easy access to tabpages.
|
||||
* Python: Stack trace printer can't handle messages.
|
||||
* Python exceptions have problems.
|
||||
* Python: It's not easy to change window/buffer/tabpage.
|
||||
* Python: string exceptions are deprecated.
|
||||
* No check if PyObject_IsTrue fails.
|
||||
* Python: Not enough tests.
|
||||
* Python vim.bindeval() causes SIGABRT.
|
||||
* Python does not have a "do" command like Perl or Lua.
|
||||
* Python: Iteration destructor not set.
|
||||
* Missing error number.
|
||||
* Compiler warning for unused variable.
|
||||
* Tests 86 and 87 fail when using another language than English.
|
||||
* Python tests are not portable.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 14:51:45 UTC 2013 - idonmez@suse.com
|
||||
|
||||
|
4
vim.spec
4
vim.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define pkg_version 7.3
|
||||
%define official_ptchlvl 929
|
||||
%define official_ptchlvl 962
|
||||
%define VIM_SUBDIR vim73
|
||||
%define site_runtimepath /usr/share/vim/site
|
||||
|
||||
@ -483,7 +483,7 @@ mkdir -p %{buildroot}/var/run/vi.recover
|
||||
|
||||
%check
|
||||
# Look for "TEST FAILURE" in the build log
|
||||
# Currently test83 & test92 fails
|
||||
# Currently test 83, 86, 92 fails
|
||||
make test || true
|
||||
|
||||
%post
|
||||
|
Loading…
Reference in New Issue
Block a user