- Updated to revision 32, fixes the following problems

* getwinvar() returns wrong Value of boolean and number options, especially
  non big endian systems. (James McCoy)
  * A string argument for function() that is not a function name results in
  an error message with NULL. (Christian Brabandt)
  * Netbeans test fails with Python 3. (Jonathonf)
  * ":lb" is interpreted as ":lbottom" while the documentation says it means
  ":lbuffer".
  * Vim 7.4 is still mentioned in a few places.
  * Popup complete test is disabled.
  * Unnecessary workaround for AppVeyor.
  * Crash when editing file that starts with crypt yeader. (igor2x)
  * On OSX Test_pipe_through_sort_all() sometimes fails.
  * Typos in comments.
  * Missing comma in list.
  * Crypt tests are old style.
  * Can't tell which part of a channel has "buffered" status.
  * Build fails.
  * Cannot get the number of the current quickfix or location list.
  * When using ":sleep" channel input is not handled.
  * Test_command_count is old style.
  * The regexp engines are not reentrant.
  * In the GUI when redrawing the cursor it may be on the second half of a
  double byte character.
  * If a channel in NL mode is missing the NL at the end the remaining
  characters are dropped.
  * "gd" and "gD" may find a match in a comment or string.
  * When the netbeans channel closes, "DETACH" is put in the output
  part. (Ozaki Kiichi)
  * Inconsistent use of spaces vs tabs in gd test.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=388
This commit is contained in:
Ismail Dönmez 2016-10-14 07:37:05 +00:00 committed by Git OBS Bridge
parent bf3574f63a
commit 85c21dff3c
4 changed files with 47 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:725d8bfafe9a415c36de2230644ddcff56f83b73d3ad236727ccff793b4b5b5c
size 12909094

3
v8.0.0032.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:586c7b5bb26d4c35eb8def54a793174457a6b04dba1c868a98630404947b27da
size 12922365

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
Fri Oct 14 07:26:14 UTC 2016 - idonmez@suse.com
- Updated to revision 32, fixes the following problems
* getwinvar() returns wrong Value of boolean and number options, especially
non big endian systems. (James McCoy)
* A string argument for function() that is not a function name results in
an error message with NULL. (Christian Brabandt)
* Netbeans test fails with Python 3. (Jonathonf)
* ":lb" is interpreted as ":lbottom" while the documentation says it means
":lbuffer".
* Vim 7.4 is still mentioned in a few places.
* Popup complete test is disabled.
* Unnecessary workaround for AppVeyor.
* Crash when editing file that starts with crypt yeader. (igor2x)
* On OSX Test_pipe_through_sort_all() sometimes fails.
* Typos in comments.
* Missing comma in list.
* Crypt tests are old style.
* Can't tell which part of a channel has "buffered" status.
* Build fails.
* Cannot get the number of the current quickfix or location list.
* When using ":sleep" channel input is not handled.
* Test_command_count is old style.
* The regexp engines are not reentrant.
* In the GUI when redrawing the cursor it may be on the second half of a
double byte character.
* If a channel in NL mode is missing the NL at the end the remaining
characters are dropped.
* "gd" and "gD" may find a match in a comment or string.
* When the netbeans channel closes, "DETACH" is put in the output
part. (Ozaki Kiichi)
* Inconsistent use of spaces vs tabs in gd test.
* Error format with %W, %C and %Z does not work. (Gerd Wachsmuth)
* A channel is closed when reading on stderr or stdout fails, but there
may still be something to read on another part.
* Superfluous semicolons.
* Code for MS-Windows is complicated because of the exceptions for old
systems.
* Mouse mode is not automatically detected for tmux.
* After ":bwipeout" 'fileformat' is not set to the right default.
-------------------------------------------------------------------
Mon Sep 12 17:57:14 UTC 2016 - idonmez@suse.com

View File

@ -17,8 +17,8 @@
%define pkg_version 8.0
%define patchlevel 0003
%define patchlevel_compact 3
%define patchlevel 0032
%define patchlevel_compact 32
%define VIM_SUBDIR vim80
%define site_runtimepath /usr/share/vim/site
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}