SHA256
1
0
forked from pool/vim

- Updated to revision 124, fixes the following problems

* May not process channel readahead. (skywind)
  * Value of 'thesaurus' option not checked properly.
  * When using ch_read() with zero timeout, can't tell the difference between
    reading an empty line and nothing available.
  * Cannot use a semicolon in 'backupext'. (Jeff)
  * When reading channel output in a timer, messages may go missing. (Skywind)
  * The channel "drop" option is not tested.
  * Still checking if memcmp() exists while every system should have it now.
  * Drop command doesn't use existing window.
  * The :history command is not tested.
  * Tests 92 and 93 are old style.
  * When reading English help and using CTRl-] the language from 'helplang'
    is used.
  * Parallel make fails. (J. Lewis Muir)
  * No test for using CTRL-R on the command line.
  * Setting 'cursorline' changes the curswant column. (Daniel Hahler)
  * Internal error for assert_inrange(1, 1).

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=401
This commit is contained in:
Ismail Dönmez
2016-12-06 10:40:59 +00:00
committed by Git OBS Bridge
parent 7339b75120
commit 418b836005
4 changed files with 27 additions and 5 deletions

View File

@@ -17,8 +17,8 @@
%define pkg_version 8.0
%define patchlevel 0102
%define patchlevel_compact 102
%define patchlevel 0124
%define patchlevel_compact 124
%define VIM_SUBDIR vim80
%define site_runtimepath /usr/share/vim/site
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}