diff --git a/v8.0.0032.tar.gz b/v8.0.0032.tar.gz deleted file mode 100644 index c3a4e41..0000000 --- a/v8.0.0032.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:586c7b5bb26d4c35eb8def54a793174457a6b04dba1c868a98630404947b27da -size 12922365 diff --git a/v8.0.0045.tar.gz b/v8.0.0045.tar.gz new file mode 100644 index 0000000..d06e6cb --- /dev/null +++ b/v8.0.0045.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31cf8e56f1af025ba7ad597c89bcd9d9c1d5bf1c5414c11792a7f7f5fdb1787e +size 12922965 diff --git a/vim.changes b/vim.changes index 3a70fb5..e7e4d11 100644 --- a/vim.changes +++ b/vim.changes @@ -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 diff --git a/vim.spec b/vim.spec index 97ba05c..c688faa 100644 --- a/vim.spec +++ b/vim.spec @@ -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}