From 495ec5ce58f3f95daae0cc6ab0bb52f34e4de93757f045bd692e71143b85c014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 15 Dec 2017 13:24:10 +0000 Subject: [PATCH] - Updated to revision 1390, fixes the following problems * Balloon shows when cursor is in WinBar. * terminal test hangs, executing abcde. (Stucki) * Cannot drag status line or vertical separator of new terminal window. (UncleBill) * MS-Windows: drawing underline, curl and strike-throw is slow, mFallbackDC not properly updated. * Channel test for callback is flaky. * Shift-Insert doesn't always work in MS-Windows console. * Profile log may be truncated halfway a character. * No error when settting 'renderoptions' to an invalid value before starting the GUI. * CTRL-A does not work with an empty line. (Alex) * Window size wrong after maximizing with WinBar. (Lifepillar) * Cursor in terminal not always updated. * Cannot call a dict function in autoloaded dict. * Autoload script sources itself when defining function. * Configure check for selinux does not check for header file. * When recovering a file with "vim -r swapfile" the hit-enter prompt is at the top of the window. * ch_readraw() waits for NL if channel mode is NL. * Get "no write since last change" message if a terminal is open. * Local additions in help skips some files. (joshklod) * Not enough quickfix help; confusing winid. * Python 3.5 is getting old. * Cannot select modified buffers with getbufinfo(). * Wordcount test is old style. * Char not overwritten with ambiguous width char, if the ambiguous char is single width but we reserve double-width space. * getqflist() items are missing if not set, that makes it more difficult OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=464 --- vim-8.0.1365.tar.gz | 3 --- vim-8.0.1390.tar.gz | 3 +++ vim.changes | 36 ++++++++++++++++++++++++++++++++++++ vim.spec | 4 ++-- 4 files changed, 41 insertions(+), 5 deletions(-) delete mode 100644 vim-8.0.1365.tar.gz create mode 100644 vim-8.0.1390.tar.gz diff --git a/vim-8.0.1365.tar.gz b/vim-8.0.1365.tar.gz deleted file mode 100644 index 1117d62..0000000 --- a/vim-8.0.1365.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd8edf3ad6221be9aecaa795ffceece78925239f034a0c014980a0b193a27f2f -size 13404107 diff --git a/vim-8.0.1390.tar.gz b/vim-8.0.1390.tar.gz new file mode 100644 index 0000000..689ad1c --- /dev/null +++ b/vim-8.0.1390.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710f7eda2907e56b175b53a13c9dea36cee5a3224e1bd9844298176a456dd10a +size 13409766 diff --git a/vim.changes b/vim.changes index f6e8f24..6861d4c 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Fri Dec 15 13:19:21 UTC 2017 - idonmez@suse.com + +- Updated to revision 1390, fixes the following problems + * Balloon shows when cursor is in WinBar. + * terminal test hangs, executing abcde. (Stucki) + * Cannot drag status line or vertical separator of new terminal + window. (UncleBill) + * MS-Windows: drawing underline, curl and strike-throw is slow, mFallbackDC + not properly updated. + * Channel test for callback is flaky. + * Shift-Insert doesn't always work in MS-Windows console. + * Profile log may be truncated halfway a character. + * No error when settting 'renderoptions' to an invalid value before starting + the GUI. + * CTRL-A does not work with an empty line. (Alex) + * Window size wrong after maximizing with WinBar. (Lifepillar) + * Cursor in terminal not always updated. + * Cannot call a dict function in autoloaded dict. + * Autoload script sources itself when defining function. + * Configure check for selinux does not check for header file. + * When recovering a file with "vim -r swapfile" the hit-enter prompt is + at the top of the window. + * ch_readraw() waits for NL if channel mode is NL. + * Get "no write since last change" message if a terminal is open. + * Local additions in help skips some files. (joshklod) + * Not enough quickfix help; confusing winid. + * Python 3.5 is getting old. + * Cannot select modified buffers with getbufinfo(). + * Wordcount test is old style. + * Char not overwritten with ambiguous width char, if the ambiguous char + is single width but we reserve double-width space. + * getqflist() items are missing if not set, that makes it more difficult + to handle the values. + * DirectX scrolling can be slow, vertical positioning is off. + ------------------------------------------------------------------- Mon Dec 4 10:23:05 UTC 2017 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 49518bc..2225eff 100644 --- a/vim.spec +++ b/vim.spec @@ -17,8 +17,8 @@ %define pkg_version 8.0 -%define patchlevel 1365 -%define patchlevel_compact 1365 +%define patchlevel 1390 +%define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim80 %define site_runtimepath %{_datadir}/vim/site %define make make VIMRCLOC=%{_sysconfdir} VIMRUNTIMEDIR=%{_datadir}/vim/current MAKE="make -e" %{?_smp_mflags}