Accepting request 646060 from home:mimi_vx:branches:editors

- Updated to 8.1.0503, fixes the following problems
- small change in vim-changelog.sh
  * Failure when setting 'varsofttabstop' to end in a comma.
  * When "Terminal" highlight is reverted cursor doesn't show.
  * Some file types are not recognized.
  * term_start() does not check if directory is accessible.
  * Can't build in MS-Windows.
  * No menus specifically for the terminal window.
  * Using freed memory in quickfix code.
  * Crash when autocmd clears vimpgrep location list.
  * If a terminal dump has CR it is considered corrupt.
  * "Edit with existing Vim" list can get long.
  * argv() and argc() only work on the current argument list.
  * Functions do not check for a window ID in other tabs.
  * :filter only supports some commands.
  * No tests for indent files.
  * :%diffput changes order of lines.
  * /etc/gitconfig not recognized at a gitconfig file.
  * :2vimgrep causes an ml_get error
  * Cleaning up in src/tee may not always work.
  * Cppcheck warns for using array index before bounds check.
  * Internal diff fails when diffing a context diff.
  * Missing change to diff test.

OBS-URL: https://build.opensuse.org/request/show/646060
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=526
This commit is contained in:
Martin Pluskal 2018-11-02 14:11:16 +00:00 committed by Git OBS Bridge
parent c156975c07
commit 232233987f
5 changed files with 32 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:934386069b6b91343daa6865153fdf392c42cab1a46098138e85078b0400bdb7
size 13858493

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:20be35739d9102b3a5c821b42780cb7d4d460f768e384c80544b54f8a6c26952
size 13865571

View File

@ -3,7 +3,7 @@
directory=http://ftp.vim.org/pub/vim/patches
version=8.1
echo "Updated to revision $(echo $2 | sed 's/^0*//'), fixes the following problems"
echo "Updated to version $version.$(echo $2 | sed 's/^*//'), fixes the following problems"
for i in {$1..$2}; do
curl $directory/$version/$version.$i -s | grep -v "Binary file (standard input) matches" | \
tr -d '\n' | grep -oP "Problem:.*Solution:" | sed s,"Problem: "," * ", | sed s,"Solution:",, | \

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Fri Nov 2 12:49:10 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>
- Updated to 8.1.0503, fixes the following problems
- small change in vim-changelog.sh
* Failure when setting 'varsofttabstop' to end in a comma.
* When "Terminal" highlight is reverted cursor doesn't show.
* Some file types are not recognized.
* term_start() does not check if directory is accessible.
* Can't build in MS-Windows.
* No menus specifically for the terminal window.
* Using freed memory in quickfix code.
* Crash when autocmd clears vimpgrep location list.
* If a terminal dump has CR it is considered corrupt.
* "Edit with existing Vim" list can get long.
* argv() and argc() only work on the current argument list.
* Functions do not check for a window ID in other tabs.
* :filter only supports some commands.
* No tests for indent files.
* :%diffput changes order of lines.
* /etc/gitconfig not recognized at a gitconfig file.
* :2vimgrep causes an ml_get error
* Cleaning up in src/tee may not always work.
* Cppcheck warns for using array index before bounds check.
* Internal diff fails when diffing a context diff.
* Missing change to diff test.
-------------------------------------------------------------------
Tue Oct 16 07:19:18 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>

View File

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