Accepting request 548041 from editors

- Updated to revision 1365, fixes the following problems
  * Libvterm ANSI colors can not always be recognized from the RGB
    values. The default color is wrong when t_RB is empty.
  * The Terminal highlighting doesn't work in a terminal.
  * Some users don't want to diff with hidden buffers.
  * Terminal window colors wrong when using Terminal highlighting.
  * Recovering does not work when swap file ends in .stz.
  * There is no easy way to get the window position.
  * When one channel test fails others fail as well.

OBS-URL: https://build.opensuse.org/request/show/548041
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=197
This commit is contained in:
Dominique Leuenberger 2017-12-08 20:46:49 +00:00 committed by Git OBS Bridge
commit 64e6486102
4 changed files with 18 additions and 5 deletions

View File

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

3
vim-8.0.1365.tar.gz Normal file
View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Dec 4 10:23:05 UTC 2017 - idonmez@suse.com
- Updated to revision 1365, fixes the following problems
* Libvterm ANSI colors can not always be recognized from the RGB
values. The default color is wrong when t_RB is empty.
* The Terminal highlighting doesn't work in a terminal.
* Some users don't want to diff with hidden buffers.
* Terminal window colors wrong when using Terminal highlighting.
* Recovering does not work when swap file ends in .stz.
* There is no easy way to get the window position.
* When one channel test fails others fail as well.
-------------------------------------------------------------------
Wed Nov 29 11:36:40 UTC 2017 - idonmez@suse.com

View File

@ -17,8 +17,8 @@
%define pkg_version 8.0
%define patchlevel 1358
%define patchlevel_compact 1358
%define patchlevel 1365
%define patchlevel_compact 1365
%define VIM_SUBDIR vim80
%define site_runtimepath %{_datadir}/vim/site
%define make make VIMRCLOC=%{_sysconfdir} VIMRUNTIMEDIR=%{_datadir}/vim/current MAKE="make -e" %{?_smp_mflags}