- 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:
parent
66398402d7
commit
892d7729e2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ead219e791fea02363fe1975b2dbae4cfefa503553c4ef2f972df5ba95f92c04
|
||||
size 13412925
|
3
vim-8.0.1428.tar.gz
Normal file
3
vim-8.0.1428.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:481f0f3478dbf6dcf4d0a63d7974966fc0773b17630c46a95825773608ea1f22
|
||||
size 13415243
|
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user