- 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:
parent
5eed7ef679
commit
b9d1bfac17
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3dd3f33ac7ffeba8f555932a1c3fed133a9dc6fc6b35b1f1430e292d85f28ff7
|
||||
size 894404
|
||||
oid sha256:159ed5f6a6d0fad81e2ef525f1de0b66fc644e2060414ce2f2997697c86289cc
|
||||
size 914800
|
||||
|
34
vim.changes
34
vim.changes
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 16:07:36 UTC 2013 - idonmez@suse.com
|
||||
|
||||
- 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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 26 10:02:48 UTC 2013 - idonmez@suse.com
|
||||
|
||||
|
4
vim.spec
4
vim.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user