- Updated to revision 1428, fixes the following problems
* No test for expanding backticks. * Cursor column is not updated after ]s. (Gary Johnson) * Accessing freed memory in vimgrep. * Accessing invalid memory with overlong byte sequence. * No fallback to underline when undercurl is not set. (Ben Jackson) * Error in return not caught by try/catch. * The timer_pause test is flaky on Travis. * execute() does not work in completion of user command. (thinca) * "gf" and <cfile> don't accept ? and & in URL. (Dmitrii Tcyganok) * The :leftabove modifier doesn't work for :copen. * Compiler warning on 64 bit MS-Windows system. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=469
This commit is contained in:
committed by
Git OBS Bridge
parent
66398402d7
commit
892d7729e2
16
vim.changes
16
vim.changes
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 8 11:32:31 UTC 2018 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 1428, fixes the following problems
|
||||
* No test for expanding backticks.
|
||||
* Cursor column is not updated after ]s. (Gary Johnson)
|
||||
* Accessing freed memory in vimgrep.
|
||||
* Accessing invalid memory with overlong byte sequence.
|
||||
* No fallback to underline when undercurl is not set. (Ben Jackson)
|
||||
* Error in return not caught by try/catch.
|
||||
* The timer_pause test is flaky on Travis.
|
||||
* execute() does not work in completion of user command. (thinca)
|
||||
* "gf" and <cfile> don't accept ? and & in URL. (Dmitrii Tcyganok)
|
||||
* The :leftabove modifier doesn't work for :copen.
|
||||
* Compiler warning on 64 bit MS-Windows system.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 7 17:08:12 UTC 2018 - suse-beta@cboltz.de
|
||||
|
||||
|
Reference in New Issue
Block a user