SHA256
1
0
forked from pool/vim

- Updated to version 8.1.1561, fixes the following problems

- refreshed patches:
    disable-unreliable-tests.patch
    vim-7.4-highlight_fstab.patch
  * Cscope test fails.
  * The generated desktop files may be invalid.
  * No test for checking the cursor style response.
  * New Unicode character U32FF missing from double-width table.
  * 'background' not correctly set for 2-digit rgb termresponse.
  * Add_termcap_entry() is not tested.
  * New resolve() implementation causes problem for plugins.
  * 'ttybuiltin' is not tested.
  * Search string not displayed when 'rightleft' is set.
  * No statistics displayed after running tests.
  * Test summary fails in the tiny version.
  * Still an error when running tests with the tiny version.
  * Change included for debugging only.
  * Length for two-digit rgb termresponse is off by one.
  * No test for wincol() depending on the 'number' option.
  * Skipped tests are not properly listed.
  * Some tests are slow.
  * Double free when garbage_collect() is used in autocommand.
  * A listener change is merged even when it adds a line. (Paul Jolly)
  * Older msgfmt cannot generate proper .desktop file.
  * Summary of tests has incorrect failed count.
  * Sign order wrong when priority was changed.
  * When a single test fails the exit code is not set. (Daniel Hahler)
  * When skipping over code after an exception was thrown expression evaluation
  is aborted after a function call. (Ingo Karkat)
  * Redrawing with popups is slow and causes flicker.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=556
This commit is contained in:
2019-06-17 13:41:54 +00:00
committed by Git OBS Bridge
parent 7170204b7f
commit dbb5edf5ad
6 changed files with 125 additions and 22 deletions

View File

@@ -1,3 +1,106 @@
-------------------------------------------------------------------
Mon Jun 17 13:30:58 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- Updated to version 8.1.1561, fixes the following problems
- refreshed patches:
disable-unreliable-tests.patch
vim-7.4-highlight_fstab.patch
* Cscope test fails.
* The generated desktop files may be invalid.
* No test for checking the cursor style response.
* New Unicode character U32FF missing from double-width table.
* 'background' not correctly set for 2-digit rgb termresponse.
* Add_termcap_entry() is not tested.
* New resolve() implementation causes problem for plugins.
* 'ttybuiltin' is not tested.
* Search string not displayed when 'rightleft' is set.
* No statistics displayed after running tests.
* Test summary fails in the tiny version.
* Still an error when running tests with the tiny version.
* Change included for debugging only.
* Length for two-digit rgb termresponse is off by one.
* No test for wincol() depending on the 'number' option.
* Skipped tests are not properly listed.
* Some tests are slow.
* Double free when garbage_collect() is used in autocommand.
* A listener change is merged even when it adds a line. (Paul Jolly)
* Older msgfmt cannot generate proper .desktop file.
* Summary of tests has incorrect failed count.
* Sign order wrong when priority was changed.
* When a single test fails the exit code is not set. (Daniel Hahler)
* When skipping over code after an exception was thrown expression evaluation
is aborted after a function call. (Ingo Karkat)
* Redrawing with popups is slow and causes flicker.
* Build failure.
* Memory access error.
* Popup window height is not recomputed.
* Accessing memory beyond allocated space.
* ":write" increments b:changedtick even though nothing changed. (Daniel
Hahler)
* Ruler not updated after popup window was removed.
* Wrong shell command when building with VIMDLL and "!" in 'guioptions'.
* New behavior of b:changedtick not tested.
* Cannot play any sound.
* Sound test fails on Travis.
* Sound test still fails on Travis.
* Running "make clean" twice gives errors.
* Syntax error in Travis config.
* Sound test still fails on Travis.
* Sound keeps failing on Travis.
* Cmdline_row can become negative, causing a crash.
* A plugin cannot easily expand a command like done internally.
* Matches in a popup window are not displayed properly.
* ch_evalexpr() hangs when used recursively. (Paul Jolly)
* All popup functionality is in functions, except :popupclear.
* Memory leak reported for sound when build with EXITFREE.
* Time reported for a test measured wrong.
* When a popup changes all windows are redrawn.
* Crash when setting 'columns' while a popup is visible.
* 'backupskip' may contain duplicates.
* Popup windows are ignored when dealing with mouse position.
* When a popup window is closed the buffer remains.
* Popup_notification() not implemented yet.
* Cannot show range of buffer lines in popup window.
* Tests are silently skipped.
* Cannot move a popup window with the mouse.
* No numerical value for the patchlevel.
* When moving a popup window over the command line it is not redrawn.
* Popup_any_visible() is unused.
* Libcanberra is linked with even when not used.
* Travis config is not optimal.
* Clipboard type name is inconsistent.
* Build fails.
* Modeless selection in popup window selects too much.
* Popup select test fails on Mac.
* Popup select test still fails on Mac.
* Using "tab" for popup window can be confusing.
* Cannot specify highlighting for notifications.
* Not easy to define a variable and lock it.
* Cannot build without the +eval feature.
* Check for ASAN is not reliable.
* An OptionSet autocommand does not get enough info.
* Const test fails with small features.
* Some balloon tests don't run when they can.
* When the screen is to small there is no message about that. (Daniel Hahler)
* In some tests 'tags' is set but not restored. (Daniel Hahler)
* Functionality of bt_nofile() is confusing.
* Popup_dialog() is not implemented.
* Quickfix test fails.
* When a popup has left padding text may be cut off.
* Warning for shadowing popup_dragwin. (Dominique Pelle)
* Cursor position is wrong after sign column appears or disappears. (Yegappan
Lakshmanan)
* Not easy to change the text in a popup window.
* Docs and tests for :const can be improved.
* NOT_IN_POPUP_WINDOW is confusing. (Andy Massimino)
* The command displayed to show a failing screenshot does not include the
"testdir" directory.
* Compiler warning for unused variables in tiny version. (Tony Mechelynck)
* Popup_menu() and popup_filter_menu() are not implemented yet.
* Popup window title property not implemented yet.
* Popup window hidden option not implemented yet.
* Popup_setoptions() is not implemented yet.
-------------------------------------------------------------------
Wed Jun 5 12:27:42 UTC 2019 - Ismail Dönmez <idonmez@suse.com>