SHA256
1
0
forked from pool/vim

- Updated to revision 1883, fixes the following problems

* Python: encoding error with Python 2.
  * Memory leaks in test49.
  * Invalid memory access when exiting with EXITFREE defined.
  * Memory leak in test_matchstrpos.
  * Setting really_exiting causes memory leaks to be reported.
  * Appending to the quickfix list while the quickfix window is open
    is very slow.
  * When a callback adds a timer the GUI doesn't use it until later.
  * Comparing functions and partials doesn't work well.
  * Typing "k" at the hit-enter prompt has no effect.
  * Whether a job has exited isn't detected until a character is typed.
    After calling exit_cb the cursor is in the wrong place.
  * Channel test is flaky.
  * Appending to a long quickfix list is slow.
  * Check for line break at end of line wrong.
  * Cppcheck found 2 incorrect printf formats.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=367
This commit is contained in:
Ismail Dönmez
2016-06-03 10:03:15 +00:00
committed by Git OBS Bridge
parent a54ab47a70
commit be526bb457
4 changed files with 25 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
%define pkg_version 7.4
%define patchlevel 1862
%define patchlevel 1883
%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}