- 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:
committed by
Git OBS Bridge
parent
882cd4fbe9
commit
5dcbef7252
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
|
||||
|
Reference in New Issue
Block a user