- Updated to revision 1749, fixes the following problems
* Cannot detect a crash in tests when caused by garbagecollect(). * The help for functions require a space after the "(". * The Perl interface cannot use 'print' operator for writing directly in standard IO. * It is not easy to get a character out of a string. * Python: turns partial into simple funcref. * Folds may close when using autocomplete. * Test fails when not using utf-8. * It is not possible to only see part of the message history. It is not possible to clear messages. * Count for ":messages" depends on number of lines. * syn-cchar defined with matchadd() does not appear if there are no other syntax definitions which matches buffer text. * Not testing utf-8 characters. * strgetchar() does not work correctly. * Clang warns for uninitialzed variable. (Michael Jarvis) * Python: Converting a sequence may leak memory. * Memory leak in Perl. * Coverity: missing check for NULL pointer. * "gD" does not find match in first column of first line. * When using GTK 3.20 there are a few warnings. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=349
This commit is contained in:
parent
31b523cb90
commit
cb34494a93
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2085d6115b8316c89e9bbe374d67f237d92840e1e72534802fa8621bbad97123
|
||||
size 12549477
|
3
v7.4.1749.tar.gz
Normal file
3
v7.4.1749.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2fdfeb99b639ab0a4409d95c543ad44ee34d0816a2c3e0afabdd3b9600c1449e
|
||||
size 12557700
|
26
vim.changes
26
vim.changes
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 18 07:48:17 UTC 2016 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 1749, fixes the following problems
|
||||
* Cannot detect a crash in tests when caused by garbagecollect().
|
||||
* The help for functions require a space after the "(".
|
||||
* The Perl interface cannot use 'print' operator for writing
|
||||
directly in standard IO.
|
||||
* It is not easy to get a character out of a string.
|
||||
* Python: turns partial into simple funcref.
|
||||
* Folds may close when using autocomplete.
|
||||
* Test fails when not using utf-8.
|
||||
* It is not possible to only see part of the message history.
|
||||
It is not possible to clear messages.
|
||||
* Count for ":messages" depends on number of lines.
|
||||
* syn-cchar defined with matchadd() does not appear if there are no
|
||||
other syntax definitions which matches buffer text.
|
||||
* Not testing utf-8 characters.
|
||||
* strgetchar() does not work correctly.
|
||||
* Clang warns for uninitialzed variable. (Michael Jarvis)
|
||||
* Python: Converting a sequence may leak memory.
|
||||
* Memory leak in Perl.
|
||||
* Coverity: missing check for NULL pointer.
|
||||
* "gD" does not find match in first column of first line.
|
||||
* When using GTK 3.20 there are a few warnings.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 14 08:03:14 UTC 2016 - idonmez@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user