Accepting request 628368 from home:mimi_vx:branches:editors

- update to 8.1.0258
 * Using setline() in TextChangedI splits undo.
 * Saving and restoring window title does not always work.
 * using full path is not supported for 'backupdir'
 * GTK: when screen DPI changes Vim does not handle it.
 * duplicated quickfix code.
 * Python: error message for failing import is incorrect.
 * Build failure without the +eval feature.
 * calling setline() in TextChangedI autocmd breaks undo
 * no redraw when using a STOP signal on Vim and then CONT
 * Using :term ++close ++hidden closes a window
 * Insert mode completion may use an invalid buffer pointer.
 * Effect of ":tabmove N" is not clear.
 * g:actual_curbuf set in wrong scope. 
 * Now Ruby build fails on other systems.
 * 'buftype' is cleared when using ":term ++hidden cat"
 * Ruby build fails when ruby_intern is missing

OBS-URL: https://build.opensuse.org/request/show/628368
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=512
This commit is contained in:
Ondřej Súkup 2018-08-09 10:12:53 +00:00 committed by Git OBS Bridge
parent a738eeb241
commit ee3cf54a02
4 changed files with 25 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:18b828907707ddaf4543b5ca7b9398db9680f13904a28ac53f6de77e239f6371
size 13776797

3
vim-8.1.0258.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5a2b03ecea36eb33c2d2c1a8f2a401f8d2441c343c13b36f06f471548fbf0605
size 13780750

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Aug 9 10:08:25 UTC 2018 - mimi.vx@gmail.com
- update to 8.1.0258
* Using setline() in TextChangedI splits undo.
* Saving and restoring window title does not always work.
* using full path is not supported for 'backupdir'
* GTK: when screen DPI changes Vim does not handle it.
* duplicated quickfix code.
* Python: error message for failing import is incorrect.
* Build failure without the +eval feature.
* calling setline() in TextChangedI autocmd breaks undo
* no redraw when using a STOP signal on Vim and then CONT
* Using :term ++close ++hidden closes a window
* Insert mode completion may use an invalid buffer pointer.
* Effect of ":tabmove N" is not clear.
* g:actual_curbuf set in wrong scope.
* Now Ruby build fails on other systems.
* 'buftype' is cleared when using ":term ++hidden cat"
* Ruby build fails when ruby_intern is missing
-------------------------------------------------------------------
Thu Aug 2 20:52:07 UTC 2018 - mimi.vx@gmail.com

View File

@ -17,7 +17,7 @@
%define pkg_version 8.1
%define patchlevel 0235
%define patchlevel 0258
%define patchlevel_compact %{patchlevel}
%define VIM_SUBDIR vim81
%define site_runtimepath %{_datadir}/vim/site