- Updated to revision 45, fixes the following problems

* Cannot use overlapping positions with matchaddpos().
  * No completion for ":messages".
  * Order of matches for 'omnifunc' is messed up. (Danny Su)
  * Detecting that a job has finished may take a while.
  * Get E924 when switching tabs.
  * OPEN_CHR_FILES not defined for FreeBSD using Debian userland files.
  * When Vim 8 reads an old viminfo and exits, the next time marks are not
  read from viminfo. (Ned Batchelder)
  * Whole line highlighting with matchaddpos() does not work.
  * When using Insert mode completion but not actually inserting anything
  an undo item is still created. (Tommy Allen)
  * When using Insert mode completion with 'completeopt' containing "noinsert"
  change is not saved for undo.  (Tommy Allen)
  * When using Insert mode completion with 'completeopt' containing "noinsert"
  with CTRL-N the change is not saved for undo.  (Tommy            Allen)
  * In diff mode the cursor may end up below the last line, resulting in an
  ml_get error.
  * Calling job_stop() right after job_start() does not work.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=389
This commit is contained in:
Ismail Dönmez 2016-10-19 08:06:01 +00:00 committed by Git OBS Bridge
parent 85c21dff3c
commit 7b75096946
4 changed files with 28 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:586c7b5bb26d4c35eb8def54a793174457a6b04dba1c868a98630404947b27da
size 12922365

3
v8.0.0045.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31cf8e56f1af025ba7ad597c89bcd9d9c1d5bf1c5414c11792a7f7f5fdb1787e
size 12922965

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Oct 19 07:49:14 UTC 2016 - idonmez@suse.com
- Updated to revision 45, fixes the following problems
* Cannot use overlapping positions with matchaddpos().
* No completion for ":messages".
* Order of matches for 'omnifunc' is messed up. (Danny Su)
* Detecting that a job has finished may take a while.
* Get E924 when switching tabs.
* OPEN_CHR_FILES not defined for FreeBSD using Debian userland files.
* When Vim 8 reads an old viminfo and exits, the next time marks are not
read from viminfo. (Ned Batchelder)
* Whole line highlighting with matchaddpos() does not work.
* When using Insert mode completion but not actually inserting anything
an undo item is still created. (Tommy Allen)
* When using Insert mode completion with 'completeopt' containing "noinsert"
change is not saved for undo. (Tommy Allen)
* When using Insert mode completion with 'completeopt' containing "noinsert"
with CTRL-N the change is not saved for undo. (Tommy Allen)
* In diff mode the cursor may end up below the last line, resulting in an
ml_get error.
* Calling job_stop() right after job_start() does not work.
-------------------------------------------------------------------
Fri Oct 14 07:26:14 UTC 2016 - idonmez@suse.com

View File

@ -17,8 +17,8 @@
%define pkg_version 8.0
%define patchlevel 0032
%define patchlevel_compact 32
%define patchlevel 0045
%define patchlevel_compact 45
%define VIM_SUBDIR vim80
%define site_runtimepath /usr/share/vim/site
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}