SHA256
1
0
forked from pool/vim

- 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:
Ismail Dönmez 2018-01-08 11:38:51 +00:00 committed by Git OBS Bridge
parent 66398402d7
commit 892d7729e2
4 changed files with 20 additions and 4 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:481f0f3478dbf6dcf4d0a63d7974966fc0773b17630c46a95825773608ea1f22
size 13415243

View File

@ -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 Sun Jan 7 17:08:12 UTC 2018 - suse-beta@cboltz.de

View File

@ -17,7 +17,7 @@
%define pkg_version 8.0 %define pkg_version 8.0
%define patchlevel 1417 %define patchlevel 1428
%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