- Updated to revision 744, fixes the following problems
* printf() can only align to bytes, not characters. * Inconsistency: :set can be used in the sandbox, but :setlocal and * Crash when calling setloclist() in BufUnload autocmd. (Marcin * Error on exit when using Python 3. * When changing the font size, only MS-Windows limits the window * When re-using the current buffer the buffer-local options stay. * Cannot run new version of cproto, it fails on missing include * Proto files are outdated. * Ruby interface defines local functions globally. * Perl flags may contain "-g", which breaks "make proto". * Various tiny problems. * Building with Ruby and Tcl on MS-Windows 64 bit does not work. * :aboveleft and :belowright have no effect on :copen. * Typos and duplicate info in README. * Can't always find Win32.mak when building GvimExt. * Cannot compile with MzScheme interface on Ubuntu 12.10. * Building with Ruby fails on some systems. * Crash in PHP file when using syntastic. (Ike Devolder) * Py3Init_vim() is exported uneccessarily. * Compiler warnings for function arguments. * Tests fail when including MzScheme. * Cannot put help files in a sub-directory. * Cannot build Ruby 1.9 with MingW or Cygwin. * File name completion in input() escapes white space. (Frederic * When using do_cmdline() recursively did_endif is not reset, * Unused function argument. * Computing number of lines may have an integer overflow. * IOC tool complains about undefined behavior for int. * Tiny build fails. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=115
This commit is contained in:
parent
9460a6f58d
commit
592b24f765
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ccdce79c7e6a8fd85bec609ee65886fdd3a4e96b8490477cd9cb14188b95d1e
|
||||
size 794601
|
||||
oid sha256:f5e5b43982b6349803754d1c27543d5f78fabd27fe8f85d0c4b1dd673c652556
|
||||
size 815045
|
||||
|
37
vim.changes
37
vim.changes
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 1 13:40:48 UTC 2012 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 744, fixes the following problems
|
||||
* printf() can only align to bytes, not characters.
|
||||
* Inconsistency: :set can be used in the sandbox, but :setlocal and
|
||||
* Crash when calling setloclist() in BufUnload autocmd. (Marcin
|
||||
* Error on exit when using Python 3.
|
||||
* When changing the font size, only MS-Windows limits the window
|
||||
* When re-using the current buffer the buffer-local options stay.
|
||||
* Cannot run new version of cproto, it fails on missing include
|
||||
* Proto files are outdated.
|
||||
* Ruby interface defines local functions globally.
|
||||
* Perl flags may contain "-g", which breaks "make proto".
|
||||
* Various tiny problems.
|
||||
* Building with Ruby and Tcl on MS-Windows 64 bit does not work.
|
||||
* :aboveleft and :belowright have no effect on :copen.
|
||||
* Typos and duplicate info in README.
|
||||
* Can't always find Win32.mak when building GvimExt.
|
||||
* Cannot compile with MzScheme interface on Ubuntu 12.10.
|
||||
* Building with Ruby fails on some systems.
|
||||
* Crash in PHP file when using syntastic. (Ike Devolder)
|
||||
* Py3Init_vim() is exported uneccessarily.
|
||||
* Compiler warnings for function arguments.
|
||||
* Tests fail when including MzScheme.
|
||||
* Cannot put help files in a sub-directory.
|
||||
* Cannot build Ruby 1.9 with MingW or Cygwin.
|
||||
* File name completion in input() escapes white space. (Frederic
|
||||
* When using do_cmdline() recursively did_endif is not reset,
|
||||
* Unused function argument.
|
||||
* Computing number of lines may have an integer overflow.
|
||||
* IOC tool complains about undefined behavior for int.
|
||||
* Tiny build fails.
|
||||
* Leaking memory when :vimgrep restores the directory.
|
||||
* Tiny build still fails.
|
||||
* 64 bit compiler warning.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 2 16:06:58 UTC 2012 - idonmez@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user