- Updated to revision 1691, fixes the following problems
* When reading JSON from a channel all readahead is used. * channel_get_all() does multiple allocations. * When writing buffer lines to a pipe Vim may block. * Completion doesn't work well for a variable containing "#". * When help exists in multiple languages, adding @ab while "ab" is the default help language is unnecessary. * The Dvorak support is a bit difficult to install. * The justify plugin has to be copied or sourced to be used. * The editexisting plugin has to be copied or sourced to be used. * The swapmous plugin has to be copied or sourced to be used. * The shellmenu plugin has to be copied or sourced to be used. * A reference to the removed file_select plugin remains. * Coverity: copying value of v_lock without initializing it. * Coverity warns for not checking name length (false positive). * Coverity warns for fixed size buffer length (false positive). * Coverity: no check for NULL. * README text is slightly outdated. * There is no easy way to get all the information about a match. * When running tests $HOME/.viminfo is written. * The channel close_cb option does not work. * MzScheme does not support partial. * Ruby interface has inconsistent coding style. * Can't compile with the conceal feature but without multi-byte. * When switching to a new buffer and an autocommand applies syntax highlighting an ml_get error may occur. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=343
This commit is contained in:
parent
f59bbd7393
commit
1bf5b60e2c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ae787836f0c352640e1ee6b33943a9ff3c2f08f0f17403edeedf7ca218e76b9
|
||||
size 12553998
|
3
v7.4.1691.tar.gz
Normal file
3
v7.4.1691.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d862ba8ca6407600a574faba3f05c0dcaf8f1385baab813c016f6b89130ed590
|
||||
size 12555072
|
30
vim.changes
30
vim.changes
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 1 08:28:53 UTC 2016 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 1691, fixes the following problems
|
||||
* When reading JSON from a channel all readahead is used.
|
||||
* channel_get_all() does multiple allocations.
|
||||
* When writing buffer lines to a pipe Vim may block.
|
||||
* Completion doesn't work well for a variable containing "#".
|
||||
* When help exists in multiple languages, adding @ab while "ab"
|
||||
is the default help language is unnecessary.
|
||||
* The Dvorak support is a bit difficult to install.
|
||||
* The justify plugin has to be copied or sourced to be used.
|
||||
* The editexisting plugin has to be copied or sourced to be used.
|
||||
* The swapmous plugin has to be copied or sourced to be used.
|
||||
* The shellmenu plugin has to be copied or sourced to be used.
|
||||
* A reference to the removed file_select plugin remains.
|
||||
* Coverity: copying value of v_lock without initializing it.
|
||||
* Coverity warns for not checking name length (false positive).
|
||||
* Coverity warns for fixed size buffer length (false positive).
|
||||
* Coverity: no check for NULL.
|
||||
* README text is slightly outdated.
|
||||
* There is no easy way to get all the information about a match.
|
||||
* When running tests $HOME/.viminfo is written.
|
||||
* The channel close_cb option does not work.
|
||||
* MzScheme does not support partial.
|
||||
* Ruby interface has inconsistent coding style.
|
||||
* Can't compile with the conceal feature but without multi-byte.
|
||||
* When switching to a new buffer and an autocommand applies syntax
|
||||
highlighting an ml_get error may occur.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 28 07:32:06 UTC 2016 - idonmez@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user