- Updated to revision 178, fixes the following problems
* Some help tags don't work with ":help". (Tim Chase) * Redo does not set v:count and v:count1. * The blowfish code mentions output feedback, but the code is actually doing cipher feedback. * When using scrollbind the cursor can end up below the last line. (mvxxc) * Compiler warnings for Python interface. (Tony Mechelynck) * When a wide library function fails, falling back to the non-wide function may do the wrong thing. * Dictionary.update() thows an error when used without arguments. Python programmers don't expect that. * Compiler warning for unused variable. (Tony Mechelynck) * The J command does not update '[ and '] marks. (William Gardner) OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=190
This commit is contained in:
parent
ca39a93150
commit
ebdd880615
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0bc9db521ab0c5898329198f9b051b1e51b701f08f7c10aa6c586360d25de381
|
||||
size 136404
|
||||
oid sha256:4f16c3104b4350af67bfe23c48e5248b343d2e63e59dc13db25cf06498b4db12
|
||||
size 144702
|
||||
|
18
vim.changes
18
vim.changes
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 12 09:34:44 UTC 2014 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 178, fixes the following problems
|
||||
* Some help tags don't work with ":help". (Tim Chase)
|
||||
* Redo does not set v:count and v:count1.
|
||||
* The blowfish code mentions output feedback, but the code is
|
||||
actually doing cipher feedback.
|
||||
* When using scrollbind the cursor can end up below the last line.
|
||||
(mvxxc)
|
||||
* Compiler warnings for Python interface. (Tony Mechelynck)
|
||||
* When a wide library function fails, falling back to the non-wide
|
||||
function may do the wrong thing.
|
||||
* Dictionary.update() thows an error when used without arguments.
|
||||
Python programmers don't expect that.
|
||||
* Compiler warning for unused variable. (Tony Mechelynck)
|
||||
* The J command does not update '[ and '] marks. (William Gardner)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 7 09:48:35 UTC 2014 - idonmez@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user