- Updated to version 8.2.3552, fixes the following problems
* Vim9: need more tests for empty string arguments. * Some type casts are not needed. * Cannot distinguish Normal and Terminal-Normal mode. * The ModeChanged event only uses one character for the new_mode and old_mode values. * Pattern matching with ModeChanged not tested. * nginx files are not recognized. * Cannot detect insert scroll mode. * Completion submode not indicated for virtual replace. * CursorHoldI event interferes with "CTRL-G U". (Naohiro Ono) * Problem with :cd when editing file in non-existent directory. (Yee Cheng Chin) * Some files with json syntax are not recognized. * Crash with error in :catch and also in :finally. * Crash when using CTRL-T after an empty search pattern. * Other crashes with empty search pattern not tested. * Some files with tcl syntax are not recognized. * Some places use "Vimscript" instead of "Vim script". * Expression register set by not executed put command. * Renaming a buffer on startup may cause using freed memory. * Startup test fails on MS-Windows. * Still crash with error in :catch and also in :finally. * Crash when calling job_start with an invalid argument. (Virginia Senioria) * Test does not fail without the fix for a crash. * Failures when char is unsigned. * Reading beyond end of line ending in quote and backslash. * #ifdef for using sysinfo() is incomplete. * Crash when going through spell suggestions. * Python 3 test fails with Python 3.10. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=682
This commit is contained in:
parent
e25fd65c6b
commit
f3ed31b3a4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ec05d2d438c3487c4c8aaa626195f9e3ca0903659b91824f44ee299a3af850fe
|
|
||||||
size 15725897
|
|
3
vim-8.2.3552.tar.gz
Normal file
3
vim-8.2.3552.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0a9e4cf0ba644550b1d9583af99ba036c0ec3e851f8c5067c5c91ffdfb10c651
|
||||||
|
size 15761472
|
102
vim.changes
102
vim.changes
@ -1,3 +1,105 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 22 13:53:00 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- Updated to version 8.2.3552, fixes the following problems
|
||||||
|
* Vim9: need more tests for empty string arguments.
|
||||||
|
* Some type casts are not needed.
|
||||||
|
* Cannot distinguish Normal and Terminal-Normal mode.
|
||||||
|
* The ModeChanged event only uses one character for the new_mode and
|
||||||
|
old_mode values.
|
||||||
|
* Pattern matching with ModeChanged not tested.
|
||||||
|
* nginx files are not recognized.
|
||||||
|
* Cannot detect insert scroll mode.
|
||||||
|
* Completion submode not indicated for virtual replace.
|
||||||
|
* CursorHoldI event interferes with "CTRL-G U". (Naohiro Ono)
|
||||||
|
* Problem with :cd when editing file in non-existent directory. (Yee
|
||||||
|
Cheng Chin)
|
||||||
|
* Some files with json syntax are not recognized.
|
||||||
|
* Crash with error in :catch and also in :finally.
|
||||||
|
* Crash when using CTRL-T after an empty search pattern.
|
||||||
|
* Other crashes with empty search pattern not tested.
|
||||||
|
* Some files with tcl syntax are not recognized.
|
||||||
|
* Some places use "Vimscript" instead of "Vim script".
|
||||||
|
* Expression register set by not executed put command.
|
||||||
|
* Renaming a buffer on startup may cause using freed memory.
|
||||||
|
* Startup test fails on MS-Windows.
|
||||||
|
* Still crash with error in :catch and also in :finally.
|
||||||
|
* Crash when calling job_start with an invalid argument. (Virginia Senioria)
|
||||||
|
* Test does not fail without the fix for a crash.
|
||||||
|
* Failures when char is unsigned.
|
||||||
|
* Reading beyond end of line ending in quote and backslash.
|
||||||
|
* #ifdef for using sysinfo() is incomplete.
|
||||||
|
* Crash when going through spell suggestions.
|
||||||
|
* Python 3 test fails with Python 3.10.
|
||||||
|
* Illegal memory access with invalid sequence of commands.
|
||||||
|
* Illegal memory access if buffer name is very long.
|
||||||
|
* Issue template is not easy to use.
|
||||||
|
* ml_get error after search with range.
|
||||||
|
* Superfluous return statements.
|
||||||
|
* xpm2 filetype dection is not so good.
|
||||||
|
* Crash when pasting too many times.
|
||||||
|
* Large count test fails on MS-Windows.
|
||||||
|
* Illegal memory access in utf_head_off.
|
||||||
|
* GUI geometry startup test fails on some systems. (Drew Vogel)
|
||||||
|
* Put test fails when run by itself.
|
||||||
|
* Recover test may fail on some systems.
|
||||||
|
* GUI geometry startup test fails.
|
||||||
|
* tmux filetype dection is incomplete
|
||||||
|
* Cannot enter password in shell command.
|
||||||
|
* Vim9: using g:pat:cmd is confusing.
|
||||||
|
* Vim9: warning for signed vs unsigned.
|
||||||
|
* Vim9: build failure without the +eval feature.
|
||||||
|
* Vim9: special cases for "g" and "s" insufficiently tested.
|
||||||
|
* Generating proto files may fail.
|
||||||
|
* Vim9: bad separators for "g" and "s" insufficiently tested.
|
||||||
|
* Undo file is not synced. (Sami Farin)
|
||||||
|
* Changes are only detected with one second accuracy.
|
||||||
|
* Vim9: entry for loop variable is created every round.
|
||||||
|
* Timestamp test fails on some systems.
|
||||||
|
* Using freed memory when using a timer and searching. (Dominique Pellé)
|
||||||
|
* Autoread test with nano second time sometimes fails.
|
||||||
|
* Nano time test fails on Mac and FreeBSD.
|
||||||
|
* Terminal window does not have transparent background when 'termguicolors'
|
||||||
|
is used.
|
||||||
|
* TextChanged does not trigger after TextChangedI.
|
||||||
|
* Test_xrestore sometimes fails.
|
||||||
|
* TOML files are not recognized.
|
||||||
|
* Cannot define a function for thesaurus completion.
|
||||||
|
* Options completion test fails.
|
||||||
|
* Cannot use \x and \u when setting 'listchars'.
|
||||||
|
* Duplicated code in xxd.
|
||||||
|
* GUI: ligatures are not used.
|
||||||
|
* Option variable name does not match option name. (Christ van Willigen)
|
||||||
|
* Tests have clumsy check for X11 based GUI.
|
||||||
|
* Gcc complains about uninitialized variable. (Tony Mechelynck)
|
||||||
|
* 'thesaurus' and 'thesaurusfunc' do not have the same scope.
|
||||||
|
* Xxd usage output is incomplete.
|
||||||
|
* ":buf \{a}" fails while ":edit \{a}" works.
|
||||||
|
* Command line completion test fails on MS-Windows.
|
||||||
|
* The previous '' mark is restored after moving the cursor to the original
|
||||||
|
jump position. (Tony Chen)
|
||||||
|
* Inefficient code in xxd.
|
||||||
|
* Autoread test is a bit flaky.
|
||||||
|
* If-else indenting is confusing.
|
||||||
|
* The do_highlight() function is way too long.
|
||||||
|
* mode() does not return the right value in 'operatorfunc'.
|
||||||
|
* Else-if indenting is confusing.
|
||||||
|
* GTK3: with 'rightleft' set scrollbar may move unintentionally.
|
||||||
|
* The mark '] is wrong after put with a count. (Naohiro Ono)
|
||||||
|
* Compiler warning for unused variable in tiny version.
|
||||||
|
* Too many comments are old style.
|
||||||
|
* Swapname has double slash when 'directory' ends in double slash. (Shane
|
||||||
|
Smith)
|
||||||
|
* Unix: may leak file descriptor when using a non-existing directory.
|
||||||
|
* setcellwidths() may make 'listchars' or 'fillchars' invalid.
|
||||||
|
* Build failure without the +eval feature.
|
||||||
|
* Opening the quickfix window triggers BufWinEnter twice. (Yorick Peterse)
|
||||||
|
* GTK GUI crashen when reading from stdin.
|
||||||
|
* Mistakes in test comments.
|
||||||
|
* completion() does not work properly.
|
||||||
|
* Checking first character of url twice.
|
||||||
|
* Xxd revert does not handle end of line correctly.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 1 08:42:38 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
Fri Oct 1 08:42:38 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
2
vim.spec
2
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 8.2
|
%define pkg_version 8.2
|
||||||
%define patchlevel 3459
|
%define patchlevel 3552
|
||||||
%define patchlevel_compact %{patchlevel}
|
%define patchlevel_compact %{patchlevel}
|
||||||
%define VIM_SUBDIR vim82
|
%define VIM_SUBDIR vim82
|
||||||
%define site_runtimepath %{_datadir}/vim/site
|
%define site_runtimepath %{_datadir}/vim/site
|
||||||
|
Loading…
x
Reference in New Issue
Block a user