SHA256
1
0
forked from pool/vim

- Updated to revision 854, fixes the following problems

* Compiler warning.
  * In the terminal the scroll wheel always scrolls the active window.
  * Ruby 2.0 has a few API changes.
  * "xxd -i" fails on an empty file.
  * Clipboard does not work on Win32 when compiled with Cygwin.
  * Empty lines in :version output when 'columns' is 320.
  * Insufficient testing for mksession.
  * Some files missing in the list of distributed files.
  * "\@<!" in regexp does not work correctly with multi-byte
    characters, especially cp932.
  * When a "cond ? one : two" expression has a subscript it is not
    parsed correctly. (Andy Wokula)
  * Compiler warning for signed/unsigned pointer.
  * Missing test file changes.
  * Enum is not indented correctly with "public" etc.
  * Enum indenting is not tested.
  * Missing proto file, listing a non-existing proto file.
  * Test 55 fails when messages are translated.
  * Can't build with Ruby 2.0 when using MinGW x64 or MSVC10.
  * ":g//" gives "Pattern not found error" with E486.  Should not use
    the error number, it's not a regular error message.
  * ":vimgrep //" matches everywhere.
  * Using an empty pattern with :sort silently continues when there is
    no previous search pattern.
  * system() breaks clipboard text. (Yukihiro Nakadaira)
  * Using "ra" in multiple lines on multi-byte characters leaves a few
    characters not replaced.
  * After using backspace in insert mode completion, CTRL-N and CTRL-P
    do not highlight the right entry. (Olivier Teuliere)

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=132
This commit is contained in:
Ismail Dönmez
2013-03-08 16:16:51 +00:00
committed by Git OBS Bridge
parent 5eed7ef679
commit b9d1bfac17
3 changed files with 38 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
%define pkg_version 7.3
%define official_ptchlvl 831
%define official_ptchlvl 854
%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 fails
# Currently test83 & test92 fails
make test || true
%post