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:
parent
c156975c07
commit
232233987f
@ -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
3
vim-8.1.0503.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20be35739d9102b3a5c821b42780cb7d4d460f768e384c80544b54f8a6c26952
|
||||
size 13865571
|
@ -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:",, | \
|
||||
|
27
vim.changes
27
vim.changes
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user