- Updated to revision 929, fixes the following problems
* An empty nl.po file does not work with an old msgfmt. * Compiler warning for size_t to int. * Trying to create a fontset handle when 'guifontset' is not set. * No test for what 7.3.918 fixes. * Check for X11 header files fails on Solaris. * Python interface can't easily access options. * Typos in source files. * Autocommands are triggered by setwinvar() et al. Missing BufEnter on :tabclose. Duplicate WinEnter on :tabclose. Wrong order of events for :tablose and :tabnew. * Missing combining characters when putting text in a register. * Can't build with strict C compiler. * Compiler warning for unused variable. Not freeing unused string. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=143
This commit is contained in:
parent
3001fd8022
commit
882cd4fbe9
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:965aa874799d5914de6a95bd6ecb6dbbccee78c049ebfaae9d16d47d568c916d
|
oid sha256:5bbcc7a583d17290ea423ff614fd62578af9d120ca15ebf3835022b49ef61a42
|
||||||
size 980720
|
size 1021589
|
||||||
|
18
vim.changes
18
vim.changes
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 6 14:51:45 UTC 2013 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 929, fixes the following problems
|
||||||
|
* An empty nl.po file does not work with an old msgfmt.
|
||||||
|
* Compiler warning for size_t to int.
|
||||||
|
* Trying to create a fontset handle when 'guifontset' is not set.
|
||||||
|
* No test for what 7.3.918 fixes.
|
||||||
|
* Check for X11 header files fails on Solaris.
|
||||||
|
* Python interface can't easily access options.
|
||||||
|
* Typos in source files.
|
||||||
|
* Autocommands are triggered by setwinvar() et al. Missing BufEnter
|
||||||
|
on :tabclose. Duplicate WinEnter on :tabclose. Wrong order of
|
||||||
|
events for :tablose and :tabnew.
|
||||||
|
* Missing combining characters when putting text in a register.
|
||||||
|
* Can't build with strict C compiler.
|
||||||
|
* Compiler warning for unused variable. Not freeing unused string.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 25 09:36:37 UTC 2013 - idonmez@suse.com
|
Thu Apr 25 09:36:37 UTC 2013 - idonmez@suse.com
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user