- Updated to revision 1442, fixes the following problems
* Crash when calling term_start() with empty argument. * Crash when term_start() fails. * MS-Windows: vimtutor fails if %TMP% has special chars. * After ":copen" can't get the window-ID of the quickfix window. (FalacerSelene) * Illegal memory access after undo. (Dominique Pelle) * GTK: :promtfind does not put focus on text input. (Adam Novak) * Memory leak in test_arabic. * Not enough information about what Python version may work. * Pkg-config doesn't work with cross compiling. * Filetype detection test not updated for change. * If cscope fails a search Vim may hang. * Terminal window: some vterm responses are delayed. * Using ":undo 0" leaves undo in wrong state. * Using pointer before it is set. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=478
This commit is contained in:
parent
d418a10447
commit
5e05c0f2a6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:481f0f3478dbf6dcf4d0a63d7974966fc0773b17630c46a95825773608ea1f22
|
||||
size 13415243
|
3
vim-8.0.1442.tar.gz
Normal file
3
vim-8.0.1442.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35990de2e358bc9880b1c4509f0446a3e36d2d4e0593945e4d02bd5ea12334eb
|
||||
size 13432599
|
20
vim.changes
20
vim.changes
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 31 10:49:07 UTC 2018 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 1442, fixes the following problems
|
||||
* Crash when calling term_start() with empty argument.
|
||||
* Crash when term_start() fails.
|
||||
* MS-Windows: vimtutor fails if %TMP% has special chars.
|
||||
* After ":copen" can't get the window-ID of the quickfix
|
||||
window. (FalacerSelene)
|
||||
* Illegal memory access after undo. (Dominique Pelle)
|
||||
* GTK: :promtfind does not put focus on text input. (Adam Novak)
|
||||
* Memory leak in test_arabic.
|
||||
* Not enough information about what Python version may work.
|
||||
* Pkg-config doesn't work with cross compiling.
|
||||
* Filetype detection test not updated for change.
|
||||
* If cscope fails a search Vim may hang.
|
||||
* Terminal window: some vterm responses are delayed.
|
||||
* Using ":undo 0" leaves undo in wrong state.
|
||||
* Using pointer before it is set.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 24 11:15:08 UTC 2018 - idonmez@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user