Accepting request 697092 from home:mimi_vx:branches:editors
- Updated to version 8.1.1198, fixes the following problems * Xterm mouse wheel escape sequence is not tested. * Plugins don't get notified when the popup menu changes. * No test for what is fixed in patch 8.1.0716. * Not easy to find out what neighbors a window has. * Terminal winpos test fails with very large terminal. (Dominique Pelle) * No test for dragging the window separators with the mouse. * May pass weird strings to file name expansion. * Too strict checking of the 'spellfile' option. * Compiler warning for unused function. (Tony Mechelynck) * Desktop file translations are requiring manual updates. * CTRL-L with 'incsearch' does not pick up char under cursor. (Smylers) * Building desktop files fails with older msgfmt. * Generating desktop files not tested on Travis. * Build fails when using shadow directory. * Msgfmt complains about missing LINGUAS file. (Tony Mechelynck) * Getting a newer msgfmt on Travis is too complicated. * Termcodes tests can be improved. * Unicode emoji and other image characters not recognized. * Unicode tables are out of date. * Json encoded string is sometimes missing the final NUL. * Termcodes test would fail in a very big terminal. * Unreachable code. * Incorrect coverage information; typo in color name. * Codecov does not report all the coverage information. * Gettitle test is failing when server name differs. (Kenta Sato) * No test for mouse clicks in the terminal tabpage line. * Gettitle test can still fail when another Vim is running. * No test for closing tab by click in tabline. * Not all screen update code of the terminal window is executed in tests. OBS-URL: https://build.opensuse.org/request/show/697092 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=546
This commit is contained in:
parent
029b9a1d07
commit
852ad1986f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d809e2f870ba2abeb35727442c3df461dddde7016b0128d57b300eac300e4a9
|
||||
size 14134465
|
3
vim-8.1.1198.tar.gz
Normal file
3
vim-8.1.1198.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1cf3d44ed3d89bc430e56a5066fbe412faa3e9f177f0e567ae1da2a0092b3826
|
||||
size 14145762
|
63
vim.changes
63
vim.changes
@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 23 10:08:12 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- Updated to version 8.1.1198, fixes the following problems
|
||||
* Xterm mouse wheel escape sequence is not tested.
|
||||
* Plugins don't get notified when the popup menu changes.
|
||||
* No test for what is fixed in patch 8.1.0716.
|
||||
* Not easy to find out what neighbors a window has.
|
||||
* Terminal winpos test fails with very large terminal. (Dominique Pelle)
|
||||
* No test for dragging the window separators with the mouse.
|
||||
* May pass weird strings to file name expansion.
|
||||
* Too strict checking of the 'spellfile' option.
|
||||
* Compiler warning for unused function. (Tony Mechelynck)
|
||||
* Desktop file translations are requiring manual updates.
|
||||
* CTRL-L with 'incsearch' does not pick up char under cursor. (Smylers)
|
||||
* Building desktop files fails with older msgfmt.
|
||||
* Generating desktop files not tested on Travis.
|
||||
* Build fails when using shadow directory.
|
||||
* Msgfmt complains about missing LINGUAS file. (Tony Mechelynck)
|
||||
* Getting a newer msgfmt on Travis is too complicated.
|
||||
* Termcodes tests can be improved.
|
||||
* Unicode emoji and other image characters not recognized.
|
||||
* Unicode tables are out of date.
|
||||
* Json encoded string is sometimes missing the final NUL.
|
||||
* Termcodes test would fail in a very big terminal.
|
||||
* Unreachable code.
|
||||
* Incorrect coverage information; typo in color name.
|
||||
* Codecov does not report all the coverage information.
|
||||
* Gettitle test is failing when server name differs. (Kenta Sato)
|
||||
* No test for mouse clicks in the terminal tabpage line.
|
||||
* Gettitle test can still fail when another Vim is running.
|
||||
* No test for closing tab by click in tabline.
|
||||
* Not all screen update code of the terminal window is executed in tests.
|
||||
* Writing coverage info in a separate dir is not needed.
|
||||
* Terminal ANSI color test does not cover all colors.
|
||||
* Statusline test could fail in large terminal.
|
||||
* Cursor properties were not fully tested.
|
||||
* Suspend test has duplicated lines.
|
||||
* No test for dragging a tab with the mouse and for creating a new tab by
|
||||
double clicking in the tabline.
|
||||
* Test for dragging a tab is flaky.
|
||||
* .ts files are recognized as xml, while typescript is more common.
|
||||
* When mouse click tests fails value of 'ttytype' is unknown.
|
||||
* No test for mouse clicks in the fold column.
|
||||
* Vim script debugger tests are old style.
|
||||
* Tests for mouse clicks are a bit flaky when run in an interactive terminal.
|
||||
* Some function prototypes are outdated.
|
||||
* Typos in VisVim comments.
|
||||
* Undo file left behind after running test.
|
||||
* Mapping for CTRL-X is inconsistent.
|
||||
* readdir() allocates list twice.
|
||||
* Cannot recognize Pipfile.
|
||||
* Not all Vim variables require the v: prefix.
|
||||
* Mode is not cleared when leaving Insert mode.
|
||||
* has('vimscript-3') does not work.
|
||||
* Not all debug commands are covered by a test.
|
||||
* Mode is not cleared when leaving Insert mode with mapped Esc.
|
||||
* Typos and small problems in test files.
|
||||
* Typos and small problems in source files.
|
||||
* Vim script debugger functionality needs cleanup.
|
||||
* Parallel build may fail.
|
||||
* When starting with multiple tabs file messages is confusing.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 8 08:47:34 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user