- Updated to revision 1710, fixes the following problems
* feedkeys('i', 'x') gets stuck, waits for a character to be typed. * Building the Perl interface gives compiler warnings. * ":syn reset" clears the effect ":syn iskeyword". (James McCoy) * When using :stopinsert in a silent mapping the "INSERT" message isn't cleared. * Display problems when the 'ambiwidth' and 'emoji' options are not set properly or the terminal doesn't behave as expected. * :packadd does not work the same when used early or late. * Using freed memory when parsing 'printoptions' fails. * Using freed memory with "wincmd p". (Dominique Pelle) * Cannot use empty dictionary key, even though it can be useful. * New regexp engine does not work properly with EBCDIC. * Not all output of an external command is read. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=345
This commit is contained in:
parent
1bf5b60e2c
commit
737f55d716
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d862ba8ca6407600a574faba3f05c0dcaf8f1385baab813c016f6b89130ed590
|
||||
size 12555072
|
3
v7.4.1710.tar.gz
Normal file
3
v7.4.1710.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:130b7907e2534603c035188e9798207d64662d02b9d2602b24ff80255ad96103
|
||||
size 12556638
|
18
vim.changes
18
vim.changes
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 5 08:26:17 UTC 2016 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 1710, fixes the following problems
|
||||
* feedkeys('i', 'x') gets stuck, waits for a character to be typed.
|
||||
* Building the Perl interface gives compiler warnings.
|
||||
* ":syn reset" clears the effect ":syn iskeyword". (James McCoy)
|
||||
* When using :stopinsert in a silent mapping the "INSERT" message
|
||||
isn't cleared.
|
||||
* Display problems when the 'ambiwidth' and 'emoji' options are not
|
||||
set properly or the terminal doesn't behave as expected.
|
||||
* :packadd does not work the same when used early or late.
|
||||
* Using freed memory when parsing 'printoptions' fails.
|
||||
* Using freed memory with "wincmd p". (Dominique Pelle)
|
||||
* Cannot use empty dictionary key, even though it can be useful.
|
||||
* New regexp engine does not work properly with EBCDIC.
|
||||
* Not all output of an external command is read.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 1 08:28:53 UTC 2016 - idonmez@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user