SHA256
1
0
forked from pool/vim

- Updated to revision 92, fixes the following problems

* Using NUL instead of NULL.
  * Crash when using the preview window from an unnamed buffer. (lifepillar)
  * On Windows job_stop() stops cmd.exe, not the processes it runs. (Linwei)
  * When a match ends in part of concealed text highlighting, it might mess
  up concealing by resetting prev_syntax_id.
  * An exiting job is detected with a large latency.
  * New code for job_stop() breaks channel test on AppVeyor.
  * Conceal test passes even without the bug fix.
  * No test for what 8.0.0047 fixes.
  * On Windows job_stop() stops cmd.exe, not the processes it runs. (Linwei)
  * Minor comment and style deficiencies.
  * When setting 'filetype' there is no check for a valid name.
  * Tests fail without the 'keymap' features.
  * Positioning of the popup menu is not good.
  * Vim does not build on VMS systems.
  * When using an Ex command for 'keywordprg' it is escaped as with a shell
  command. (Romain Lafourcade)
  * Compiler warning for unused variable.
  * No digraph for HORIZONTAL ELLIPSIS.
  * Compiler warning for comparing with unsigned. (Zoltan Arpadffy)
  * Normal test fails on MS-Windows.
  * Compiler warning for unused function in tiny build. (Tony Mechelynck)
  * when calling an operator function when 'linebreak' is set, it is internally
  reset before calling the operator function.
  * VMS has a problem with infinity.
  * Checking did_throw after executing autocommands is wrong. (Daniel Hahler)
  * Compiler warning for self-comparison.
  * Tests referred in Makefile that no longer exist.
  * Exit value from a shell command is wrong. (Hexchain Tong)

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=393
This commit is contained in:
Ismail Dönmez
2016-11-18 09:01:23 +00:00
committed by Git OBS Bridge
parent 13ea07ff73
commit 3c1e11a426
6 changed files with 64 additions and 34 deletions

View File

@@ -17,7 +17,7 @@
%define pkg_version 8.0
%define patchlevel 0045
%define patchlevel 0092
%define patchlevel_compact 45
%define VIM_SUBDIR vim80
%define site_runtimepath /usr/share/vim/site
@@ -92,7 +92,6 @@ Patch15: %{name}-7.4-filetype_apparmor.patch
Patch18: %{name}-7.3-filetype_spec.patch
Patch21: %{name}-7.3-filetype_changes.patch
Patch22: %{name}-7.4-filetype_mine.patch
Patch23: bsc-1008800.patch
Patch100: vim73-no-static-libpython.patch
%description
@@ -167,7 +166,6 @@ cp %{SOURCE23} runtime/syntax/apparmor.vim
%patch18 -p1
%patch21 -p1
%patch22 -p1
%patch23 -p1
%patch100 -p1
cp %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE8} %{SOURCE10} .