- 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/package/show/editors/vim?expand=0&rev=462
This commit is contained in:
Ismail Dönmez
2017-12-04 10:29:09 +00:00
committed by Git OBS Bridge
parent ff60c361c6
commit e22a946a3c
4 changed files with 18 additions and 5 deletions

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}