- Updated to revision 1485, fixes the following problems

* When using hangulinput with utf-8 a CSI character is misintepreted.
  * Function arguments marked as unused while they are not.
  * Test_reltime is flaky, it depends on timing.
  * ":loadplugin" doesn't take care of ftdetect files.
  * No test for ":loadplugin".
  * Cannot add a pack direcory without loading a plugin.
  * "timeout" option not supported on ch_eval*().
  * A one-time callback is not used for a raw channel.
  * Channel "err-io" value "out" is not supported.
  * Job input from buffer is not implemented.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=325
This commit is contained in:
Ismail Dönmez 2016-03-04 11:12:24 +00:00 committed by Git OBS Bridge
parent f9ded1e4ff
commit 06a357eaca
4 changed files with 19 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5002acb5d3ab3451cf86440fd82e7559df5b152c32ff179794f604827ec79f00
size 12532672

3
v7.4.1485.tar.gz Normal file
View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Mar 4 11:10:14 UTC 2016 - idonmez@suse.com
- Updated to revision 1485, fixes the following problems
* When using hangulinput with utf-8 a CSI character is misintepreted.
* Function arguments marked as unused while they are not.
* Test_reltime is flaky, it depends on timing.
* ":loadplugin" doesn't take care of ftdetect files.
* No test for ":loadplugin".
* Cannot add a pack direcory without loading a plugin.
* "timeout" option not supported on ch_eval*().
* A one-time callback is not used for a raw channel.
* Channel "err-io" value "out" is not supported.
* Job input from buffer is not implemented.
-------------------------------------------------------------------
Thu Mar 3 07:56:37 UTC 2016 - idonmez@suse.com

View File

@ -17,7 +17,7 @@
%define pkg_version 7.4
%define patchlevel 1474
%define patchlevel 1485
%define VIM_SUBDIR vim74
%define site_runtimepath /usr/share/vim/site
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}