- Updated to revision 1778, fixes the following problems

* When using complete() it may set 'modified' even though nothing
    was inserted.
  * When using feedkeys() in a timer the inserted characters are not
    used right away.
  * Undo options are not together in the options window.
  * Arguments of setqflist() are not checked properly.
  * No "closed", "errors" and "encoding" attribute on Python output.
  * Cannot use true color in the terminal.
  * Newly added features can escape the sandbox.
  * When using the term truecolor feature, the t_8f and t_8b termcap
    options are not set by default.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=352
This commit is contained in:
Ismail Dönmez 2016-04-23 10:12:45 +00:00 committed by Git OBS Bridge
parent c017800302
commit 56eeb02703
4 changed files with 22 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Apr 23 10:05:11 UTC 2016 - idonmez@suse.com
- Updated to revision 1778, fixes the following problems
* When using complete() it may set 'modified' even though nothing
was inserted.
* When using feedkeys() in a timer the inserted characters are not
used right away.
* Undo options are not together in the options window.
* Arguments of setqflist() are not checked properly.
* No "closed", "errors" and "encoding" attribute on Python output.
* Cannot use true color in the terminal.
* Newly added features can escape the sandbox.
* When using the term truecolor feature, the t_8f and t_8b termcap
options are not set by default.
-------------------------------------------------------------------
Tue Apr 20 14:17:00 UTC 2016 - idonmez@suse.com

View File

@ -17,7 +17,7 @@
%define pkg_version 7.4
%define patchlevel 1754
%define patchlevel 1778
%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}
@ -177,6 +177,7 @@ export COMMON_OPTIONS="\
--with-view-name=view \
--enable-cscope \
--enable-multibyte \
--enable-termtruecolor \
--with-features=huge \
--with-compiledby='http://www.opensuse.org/' \
%if 0%{?suse_version} > 1210
@ -192,6 +193,7 @@ export COMMON_OPTIONS="\
--enable-rubyinterp=dynamic"
export GUI_OPTIONS="\
--disable-icon-cache-update \
--enable-xim \
--enable-fontset \
--enable-gui=gtk3"