Accepting request 558787 from editors
- Updated to revision 1417, fixes the following problems * Encoding empty string to JSON sometimes gives "null". * Build fails with --with-features=huge --disable-channel. * Too much highlighting with 'hlsearch' and 'incsearch' set. * Cannot intercept a yank command. * It is not easy to see if a colorscheme is well written. * Memory leak when CTRL-G in search command line fails. * Pattern with \& following nothing gives an error. * :packadd does not load packages from the "start" directory. * Warnings and errors when building tiny version. (Tony Mechelynck) * Color scheme check script shows up as color scheme. * Cannot build with GTK but without XIM. (Guido) * Crash with nasty autocommand. (gy741, Dominique Pelle) * Using freed buffer in grep command. (gy741, Dominique Pelle) * Invalid memory access on exit when autocommands wipe out a buffer. * Duplicated code for getting a typed character. CursorHold is called too often in the GUI. (lilydjwg) * Difficult to track changes to a quickfix list. * GUI: CursorHold may trigger before 'updatetime' when using timers. * Crash in setqflist(). * Buffer overflow in :tags command. * Hang when using count() with an empty string. * Reading invalid memory with CTRL-W :. * Using free memory using setloclist(). (Dominique Pelle) * Accessing freed memory in :cbuffer. * Accessing freed memory in :lfile. * Warning for unused function without timers feature. * Crash when searching for a sentence. * Test doesn't search for a sentence. Still fails when searching for start of sentence. (Dominique Pelle) OBS-URL: https://build.opensuse.org/request/show/558787 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=199
This commit is contained in:
commit
df3dca87e2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:710f7eda2907e56b175b53a13c9dea36cee5a3224e1bd9844298176a456dd10a
|
|
||||||
size 13409766
|
|
3
vim-8.0.1417.tar.gz
Normal file
3
vim-8.0.1417.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ead219e791fea02363fe1975b2dbae4cfefa503553c4ef2f972df5ba95f92c04
|
||||||
|
size 13412925
|
34
vim.changes
34
vim.changes
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 20 10:51:27 UTC 2017 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 1417, fixes the following problems
|
||||||
|
* Encoding empty string to JSON sometimes gives "null".
|
||||||
|
* Build fails with --with-features=huge --disable-channel.
|
||||||
|
* Too much highlighting with 'hlsearch' and 'incsearch' set.
|
||||||
|
* Cannot intercept a yank command.
|
||||||
|
* It is not easy to see if a colorscheme is well written.
|
||||||
|
* Memory leak when CTRL-G in search command line fails.
|
||||||
|
* Pattern with \& following nothing gives an error.
|
||||||
|
* :packadd does not load packages from the "start" directory.
|
||||||
|
* Warnings and errors when building tiny version. (Tony Mechelynck)
|
||||||
|
* Color scheme check script shows up as color scheme.
|
||||||
|
* Cannot build with GTK but without XIM. (Guido)
|
||||||
|
* Crash with nasty autocommand. (gy741, Dominique Pelle)
|
||||||
|
* Using freed buffer in grep command. (gy741, Dominique Pelle)
|
||||||
|
* Invalid memory access on exit when autocommands wipe out a buffer.
|
||||||
|
* Duplicated code for getting a typed character. CursorHold is called too
|
||||||
|
often in the GUI. (lilydjwg)
|
||||||
|
* Difficult to track changes to a quickfix list.
|
||||||
|
* GUI: CursorHold may trigger before 'updatetime' when using timers.
|
||||||
|
* Crash in setqflist().
|
||||||
|
* Buffer overflow in :tags command.
|
||||||
|
* Hang when using count() with an empty string.
|
||||||
|
* Reading invalid memory with CTRL-W :.
|
||||||
|
* Using free memory using setloclist(). (Dominique Pelle)
|
||||||
|
* Accessing freed memory in :cbuffer.
|
||||||
|
* Accessing freed memory in :lfile.
|
||||||
|
* Warning for unused function without timers feature.
|
||||||
|
* Crash when searching for a sentence.
|
||||||
|
* Test doesn't search for a sentence. Still fails when searching for start
|
||||||
|
of sentence. (Dominique Pelle)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 15 13:19:21 UTC 2017 - idonmez@suse.com
|
Fri Dec 15 13:19:21 UTC 2017 - idonmez@suse.com
|
||||||
|
|
||||||
|
2
vim.spec
2
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 8.0
|
%define pkg_version 8.0
|
||||||
%define patchlevel 1390
|
%define patchlevel 1417
|
||||||
%define patchlevel_compact %{patchlevel}
|
%define patchlevel_compact %{patchlevel}
|
||||||
%define VIM_SUBDIR vim80
|
%define VIM_SUBDIR vim80
|
||||||
%define site_runtimepath %{_datadir}/vim/site
|
%define site_runtimepath %{_datadir}/vim/site
|
||||||
|
Loading…
Reference in New Issue
Block a user