- Updated to revision 2295, fixes the following problems
* The field names used by getbufinfo(), gettabinfo() and getwininfo() are not consistent. * Tab page tests are old style. * Test files have inconsistant modelines. * Startup test fails on Solaris. * There is no equivalent of 'smartcase' for a tag search. * ":oldfiles" output is a very long list. * The default ttimeoutlen is very long. * Crash when using funcref() with invalid name. (Dominique Pelle) * Can't build with +eval but without +quickfix. (John Marriott) * submatch() does not check for a valid argument. * The 'langnoremap' option leads to double negatives. And it does not work for the last character of a mapping. * Can't use "." and "$" with ":tab". * With SGR mouse reporting (suckless terminal) the mouse release and scroll up/down is confused. * Warning for missing declaration of skip_vimgrep_pat(). (John Marriott) * Tests using the sleep time can be flaky. * Timer test sometimes fails. * Timer test sometimes fails. * Warning for assigning negative value to unsigned. (Danek Duvall) * Adding pattern to ":oldfiles" is not a generic solution. * Filter test fails. * Oldfiles test fails. * Tiny build fails. (Tony Mechelynck) * When cancelling the :ptjump prompt a preview window is opened for a following command. * Missing colon in error message. * Some error message cannot be translated. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=378
This commit is contained in:
parent
29e0a8e0c1
commit
fb41466b96
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82df2fad4b30826299eb8add2873881ee26cba85f6807e6e80082b9b5628413a
|
||||
size 12879124
|
3
v7.4.2295.tar.gz
Normal file
3
v7.4.2295.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6feb2a6952257da800a9fa37112b54bc1209bf9eda338f8923e3d426bdb22de2
|
||||
size 12905809
|
84
vim.changes
84
vim.changes
@ -1,3 +1,87 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 31 06:44:36 UTC 2016 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 2295, fixes the following problems
|
||||
* The field names used by getbufinfo(), gettabinfo() and getwininfo()
|
||||
are not consistent.
|
||||
* Tab page tests are old style.
|
||||
* Test files have inconsistant modelines.
|
||||
* Startup test fails on Solaris.
|
||||
* There is no equivalent of 'smartcase' for a tag search.
|
||||
* ":oldfiles" output is a very long list.
|
||||
* The default ttimeoutlen is very long.
|
||||
* Crash when using funcref() with invalid name. (Dominique Pelle)
|
||||
* Can't build with +eval but without +quickfix. (John Marriott)
|
||||
* submatch() does not check for a valid argument.
|
||||
* The 'langnoremap' option leads to double negatives. And it does not
|
||||
work for the last character of a mapping.
|
||||
* Can't use "." and "$" with ":tab".
|
||||
* With SGR mouse reporting (suckless terminal) the mouse release and scroll
|
||||
up/down is confused.
|
||||
* Warning for missing declaration of skip_vimgrep_pat(). (John Marriott)
|
||||
* Tests using the sleep time can be flaky.
|
||||
* Timer test sometimes fails.
|
||||
* Timer test sometimes fails.
|
||||
* Warning for assigning negative value to unsigned. (Danek Duvall)
|
||||
* Adding pattern to ":oldfiles" is not a generic solution.
|
||||
* Filter test fails.
|
||||
* Oldfiles test fails.
|
||||
* Tiny build fails. (Tony Mechelynck)
|
||||
* When cancelling the :ptjump prompt a preview window is opened for a
|
||||
following command.
|
||||
* Missing colon in error message.
|
||||
* Some error message cannot be translated.
|
||||
* In rare cases diffing 4 buffers is not enough.
|
||||
* Compiler warnings for signed/unsigned in expression.
|
||||
* Check for Windows 3.1 will always return false. (Christian Brabandt)
|
||||
* Compiler warnings in MzScheme code.
|
||||
* The script that checks translations can't handle plurals.
|
||||
* Coverity complains about null pointer check.
|
||||
* Coverity complains about not checking for NULL.
|
||||
* Two JSON messages are sent without a separator.
|
||||
* With 'incsearch' can only see the next match.
|
||||
* Channel test is flaky.
|
||||
* Build fails with small features.
|
||||
* Fail to read register content from viminfo if it is 438 characters
|
||||
long. (John Chen)
|
||||
* :filter does not work for many commands. Can only get matching messages.
|
||||
* When adding entries to an empty quickfix list the title is reset.
|
||||
* printf() isn't tested much.
|
||||
* printf() test fails on Windows. "-inf" is not used.
|
||||
* Build fails on MS-Windows.
|
||||
* Using CTRL-N and CTRL-P for incsearch shadows completion keys.
|
||||
* Using 'hlsearch' highlighting instead of matchpos if there is no search
|
||||
match.
|
||||
* Insufficient testing for NUL bytes on a raw channel.
|
||||
* Netbeans test doesn't read settings from file.
|
||||
* getbufinfo(), getwininfo() and gettabinfo() are inefficient.
|
||||
* getwininfo() and getbufinfo() are inefficient.
|
||||
* Command line completion on "find **/filename" drops sub-directory.
|
||||
* ":diffoff!" does not remove filler lines.
|
||||
* Command line test fails on Windows when run twice.
|
||||
* Memory leak in getbufinfo() when there is a sign. (Dominique Pelle)
|
||||
* New users have no idea of the 'scrolloff' option.
|
||||
* Starting diff mode with the cursor in the last line might end up only
|
||||
showing one closed fold. (John Beckett)
|
||||
* printf() doesn't handle infinity float values correctly.
|
||||
* Timer test fails sometimes.
|
||||
* When a child process is very fast waiting 10 msec for it is
|
||||
noticeable. (Ramel Eshed)
|
||||
* Part of ":oldfiles" command isn't cleared. (Lifepillar)
|
||||
* Comment in scope header file is outdated. (KillTheMule)
|
||||
* Generated files are outdated.
|
||||
* The tee program isn't included. Makefile contains build instructions
|
||||
that don't work.
|
||||
* The callback passed to ch_sendraw() is not used.
|
||||
* MS-Windows build instructions are clumsy. "dosbin" doesn't build.
|
||||
* When installing and $DESTDIR is set the icons probably won't be installed.
|
||||
* Compiler warning in tiny build. (Tony Mechelynck)
|
||||
* printf() handles floats wrong when there is a sign.
|
||||
* Not all systems understand %F in printf().
|
||||
* Modelines in source code are inconsistent.
|
||||
* Sign test fails on MS-Windows when using the distributed zip archives.
|
||||
* Cscope test fails.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 18 07:27:20 UTC 2016 - idonmez@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user