- Updated to revision 205, fixes the following problems
* Typos in messages. * Python tests fail. * Can't build Vim with Perl when -Dusethreads is not specified for building Perl, and building Vim with --enable-perlinterp=dynamic. * (issue 197) ]P doesn't paste over Visual selection. * Too many #ifdefs in the code. * 'lispwords' is a global option. * Parsing 'errorformat' is not correct. * A mapping where the second byte is 0x80 doesn't work. * ":mksession" writes command to move to second argument while it does not exist. When it does exist the order might be wrong. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=204
This commit is contained in:
parent
865a7f3d56
commit
e4689c07ef
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7adcff22b214e52c5825f1e868e069501a0ed66d1193fddf0631e27ddedb9a6c
|
||||
size 163615
|
||||
oid sha256:b49cf6891e0af0bcb46695c2c8d27466ecc6e742811c3f4f80d5e8f4627b6cc8
|
||||
size 181267
|
||||
|
16
vim.changes
16
vim.changes
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 13 11:13:57 UTC 2014 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 205, fixes the following problems
|
||||
* Typos in messages.
|
||||
* Python tests fail.
|
||||
* Can't build Vim with Perl when -Dusethreads is not specified for
|
||||
building Perl, and building Vim with --enable-perlinterp=dynamic.
|
||||
* (issue 197) ]P doesn't paste over Visual selection.
|
||||
* Too many #ifdefs in the code.
|
||||
* 'lispwords' is a global option.
|
||||
* Parsing 'errorformat' is not correct.
|
||||
* A mapping where the second byte is 0x80 doesn't work.
|
||||
* ":mksession" writes command to move to second argument while it
|
||||
does not exist. When it does exist the order might be wrong.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 6 22:24:41 UTC 2014 - idonmez@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user