Looks this patch causes a test31 failure against the small build, which
we've been seeing on the Travis CI result of the GitHub repo.
2016-01-03 6:26 GMT+09:00 Bram Moolenaar :
>
> Patch 7.4.1037
> Problem:Using "q!" when there is a modified hidden buffer does not
> unload
> the c
Tony
I have used git checkout to back out my change, as patch 1038 does it now.
Regards, John Little
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
--
On Sat, Jan 2, 2016 at 7:51 AM, Ken Takata wrote:
> Hi tot-to,
>
> Unfortunately, your mail was filtered to the spam folder by Gmail...
>
> 2016-01-02 15:06 GMT+09:00 tot-to :
>>
>> Hi Ken,
>>
>> Thanks, it says "Last set from /etc/vim/vimrc"
>>
>> I've found the place in that file, where it sets
2016-01-03 3:53 GMT+03:00 Random832 :
> mrosic (Vim Github Repository) writes:
> > "\a" is an alphabetic character [A-Za-z] Unfortunately that doesn't
> > seem to include "ä" which makes Austrian sysadmins sad because they
> > don't have syntax highlighting for Log files in January due to that
>
mrosic (Vim Github Repository) writes:
> "\a" is an alphabetic character [A-Za-z] Unfortunately that doesn't
> seem to include "ä" which makes Austrian sysadmins sad because they
> don't have syntax highlighting for Log files in January due to that
> error Note that for example echo -e "ä\na" | gr
On Sun, Jan 3, 2016 at 12:14 AM, Tony Mechelynck
wrote:
> On Sat, Jan 2, 2016 at 10:46 PM, Bram Moolenaar wrote:
>>
>> John Little wrote:
>>> My Ubuntu 15.04 install says 2.31.3, so I think you could do what I did in
>>> my post above, change line 2511 of src/configure.in to read
>>>
>>> $
On Sat, Jan 2, 2016 at 10:46 PM, Bram Moolenaar wrote:
>
> John Little wrote:
>
>> On Sunday, January 3, 2016 at 2:13:42 AM UTC+13, Tony Mechelynck wrote:
>> > > What does
>> > >
>> > >pkg-config --modversion gdk-pixbuf-2.0
>> > >
>> > > say on your system, Tony?
>> >
>> > It says 2.31.6
>>
>>
Hi Ken,
Thanks, it says "Last set from /etc/vim/vimrc"
I've found the place in that file, where it sets the variable. This is
apparently distribution (Gentoo) specific settings:
147 augroup gentoo
148 au!
149
150 " Gentoo-specific settings for ebuilds. These are the federally-mandated
151
On Sat, Jan 2, 2016 at 6:24 PM, Kazunobu Kuriyama
wrote:
> 2.31 is the first version that deprecates gdk_pixbuf_new_from_inline().
>
> Its reference manual:
> https://developer.gnome.org/gdk-pixbuf/2.31/gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-from-inline,
> says
> ''
> gdk_pixbuf_new_f
Patch 7.4.1038
Problem:Still get a warning for a deprecated function with gdk-pixbuf
2.31.
Solution: Change minimum minor version from 32 to 31.
Files: src/configure.in, src/auto/configure
*** ../vim-7.4.1037/src/configure.in2015-12-29 18:52:33.344054429 +0100
--- src/
John Little wrote:
> On Sunday, January 3, 2016 at 2:13:42 AM UTC+13, Tony Mechelynck wrote:
> > > What does
> > >
> > >pkg-config --modversion gdk-pixbuf-2.0
> > >
> > > say on your system, Tony?
> >
> > It says 2.31.6
>
> My Ubuntu 15.04 install says 2.31.3, so I think you could do what I
On Sunday, January 3, 2016 at 8:31:34 AM UTC+13, Bram Moolenaar wrote:
>
> I would propose to follow the source code. A manual can have a mistake.
> However, is what we need available in ALL point release of 2.31? Tony
> mentions getting the warning for 2.31.6. If we check for 2.31, will it
> w
Patch 7.4.1037
Problem:Using "q!" when there is a modified hidden buffer does not unload
the current buffer, resulting in the need to abandon it again.
Solution: When using "q!" unload the current buffer when needed. (Yasuhiro
Matsumoto, Hirohito Higashi)
Files:
Wow, 50 patches in a week. Aiming for 7.4.2000, are we? :D
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are
Patch 7.4.1036
Problem:Only terminals with up to 256 colors work properly.
Solution: Use the 256 color behavior for all terminals with 256 or more
colors. (Robert de Bath, closes #504)
Files: src/syntax.c
*** ../vim-7.4.1035/src/syntax.c2015-08-25 11:57:45.02650565
Yasuhiro Matsumoto wrote:
> On Wednesday, December 2, 2015 at 6:52:29 AM UTC+9, Bram Moolenaar wrote:
> > Yasuhiro Matsumoto wrote:
> >
> > > confirmed working on mingw64.
> >
> > Thanks. Was this also tested on various other situations, older MSVC?
>
> Removed getopt. And added Make_mvc.mak
Patch 7.4.1035
Problem:An Ex range gets adjusted for folded lines even when the range is
not using line numbers.
Solution: Only adjust line numbers for folding. (Christian Brabandt)
Files: runtime/doc/fold.txt, src/ex_docmd.c
*** ../vim-7.4.1034/runtime/doc/fold.txt
Patch 7.4.1034
Problem:There is no test for the 'backspace' option behavior.
Solution: Add a test. (Hirohito Higashi)
Files: src/testdir/test_alot.vim, src/testdir/test_backspace_opt.vim
*** ../vim-7.4.1033/src/testdir/test_alot.vim 2016-01-01 14:48:00.646893076
+0100
--- src/testd
On Sunday, January 3, 2016 at 2:13:42 AM UTC+13, Tony Mechelynck wrote:
> > What does
> >
> >pkg-config --modversion gdk-pixbuf-2.0
> >
> > say on your system, Tony?
>
> It says 2.31.6
My Ubuntu 15.04 install says 2.31.3, so I think you could do what I did in my
post above, change line 2511
Patch 7.4.1033
Problem:Memory use on MS-Windows is very conservative.
Solution: Use the global memory status to estimate amount of memory.
(Mike Williams)
Files: src/os_win32.c, src/os_win32.h, src/proto/os_win32.pro
*** ../vim-7.4.1032/src/os_win32.c 2015-11-02 14:45
Patch 7.4.1032
Problem:message from assert_false() does not look nice.
Solution: Handle missing sourcing_name. Use right number of spaces. (Watiko)
Don't use line number if it's zero.
Files: src/eval.c
*** ../vim-7.4.1031/src/eval.c 2016-01-02 17:54:04.415793352 +0100
---
Kazunobu Kuriyama wrote:
> 2.31 is the first version that deprecates gdk_pixbuf_new_from_inline().
>
> Its reference manual:
> https://developer.gnome.org/gdk-pixbuf/2.31/gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-from-inline,
> says
> ''
> gdk_pixbuf_new_from_inline has been deprecated
Yasuhiro Matsumoto wrote:
> Could you please take a look into this too?
>
> https://groups.google.com/forum/#!searchin/vim_dev/mingw$20mattn/vim_dev/ZxzuJQojmxw/_v4x7Dw3AQAJ
I'll include it. The number of options is a bit confusing for someone
who doesn't know about MingW. Can we make one "re
Patch 7.4.1031
Problem:Can't build with Python interface using MingW.
Solution: Update the Makefile. (Yasuhiro Matsumoto)
Files: src/INSTALLpc.txt, src/Make_cyg_ming.mak
*** ../vim-7.4.1030/src/INSTALLpc.txt 2014-11-05 13:53:13.184806497 +0100
--- src/INSTALLpc.txt 2016-01-02 20:2
Patch 7.4.1030
Problem:test49 is still slow.
Solution: Move more tests from old to new style.
Files: src/testdir/test_viml.vim, src/testdir/test49.vim,
src/testdir/test49.ok, src/testdir/runtest.vim
*** ../vim-7.4.1029/src/testdir/test_viml.vim 2015-12-30 15:49:01.817318
2.31 is the first version that deprecates gdk_pixbuf_new_from_inline().
Its reference manual:
https://developer.gnome.org/gdk-pixbuf/2.31/gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-from-inline,
says
''
gdk_pixbuf_new_from_inline has been deprecated since version 2.32 and
should not be use
Patch 7.4.1029 (after 7.4.1027)
Problem:test_increment fails on systems with 32 bit long.
Solution: Only test with 32 bits.
Files: src/testdir/test_increment.in, src/testdir/test_increment.ok
*** ../vim-7.4.1028/src/testdir/test_increment.in 2016-01-02
17:54:04.423793267 +0100
Patch 7.4.1028
Problem:Nsis version file missing from the distribution.
Solution: Add the file to the list.
Files: Filelist
*** ../vim-7.4.1027/Filelist2016-01-01 17:20:00.720657954 +0100
--- Filelist2016-01-02 18:02:22.694433846 +0100
***
*** 355,360
--- 355,
Patch 7.4.1027
Problem:No support for binary numbers.
Solution: Add "bin" to nrformats. (Jason Schulz)
Files: runtime/doc/change.txt, runtime/doc/eval.txt,
runtime/doc/version7.txt, src/charset.c, src/eval.c,
src/ex_cmds.c, src/ex_getln.c, src/misc2.c, src/ops.c,
Could you please take a look into this too?
https://groups.google.com/forum/#!searchin/vim_dev/mingw$20mattn/vim_dev/ZxzuJQojmxw/_v4x7Dw3AQAJ
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, v
Patch 7.4.1026
Problem:When using MingW the tests do not clean up all files. E.g. test
17 leaves Xdir1 behind. (Michael Soyka)
Solution: Also delete directories, like Make_dos.mak. Delete files after
directories to reduce warnings.
Files: src/testdir/Make_ming.
Patch 7.4.1025
Problem:Version in installer needs to be updated manually.
Solution: Generate a file with the version number. (Guopeng Wen)
Files: Makefile, nsis/gvim.nsi, nsis/gvim_version.nsh
*** ../vim-7.4.1024/Makefile2016-01-02 15:00:21.443614050 +0100
--- Makefile2016-01-
On Friday, January 1, 2016 at 2:42:01 AM UTC+9, Tony Mechelynck wrote:
> On Thu, Dec 31, 2015 at 5:05 PM, mattn wrote:
> > https://i.gyazo.com/4b7219eee71af32831e4f3662075bea7.png
> >
> > diff --git a/src/ex_cmds.c b/src/ex_cmds.c
> > index 73a5564..7fef594 100644
> > --- a/src/ex_cmds.c
> > +++ b
On Friday, January 1, 2016 at 3:39:11 AM UTC+9, Bram Moolenaar wrote:
> Yasuhiro Matsumoto wrote:
>
> > https://i.gyazo.com/4b7219eee71af32831e4f3662075bea7.png
>
> Unfortunately color schemes can make this look ugly.
> Like the idea though.
Then, how about this?
https://gist.github.com/mattn/b
With patch 7.4.1023 I changed the build rules to not convert the runtime
files from unix to dos line endings. I have built a new self-installing
executable from this. It is available here:
ftp://ftp.vim.org/pub/vim/pc/gvim74-1024.exe
Let me know if you have problems with this one.
Ken Takata
Patch 7.4.1024
Problem:Interfaces for MS-Windows are outdated.
Solution: Use Python 2.7.10, Python 3.4.4, Perl 5.22, TCL 8.6.
Files: src/bigvim.bat
*** ../vim-7.4.1023/src/bigvim.bat 2013-04-15 12:32:08.0 +0200
--- src/bigvim.bat 2016-01-01 22:29:40.446484118 +0100
*
Patch 7.4.1023
Problem:The distribution files for MS-Windows use CR-LF, which is
inconsistent with what one gets from github.
Solution: Use LF in the distribution files.
Files: Makefile
*** ../vim-7.4.1022/Makefile2015-12-29 19:03:17.345095098 +0100
--- Makefile201
Ken Takata wrote:
> 2016/1/2 Sat 6:30:39 UTC+9 Bram Moolenaar wrote:
> > Ken Takata wrote:
> >
> > [...]
> >
> > > 3. Updated if_xx
> > > ActivePerl 5.22
> > > ActiveTcl 8.6
> > > LuaBinaries 5.3
> > > Python 2.7
> > > Python 3.4
> > > RubyInstaller 2.2
> >
> > I'm updating my Wind
On Sat, Jan 2, 2016 at 1:48 PM, John Little wrote:
> On Saturday, January 2, 2016 at 7:09:58 PM UTC+13, Tony Mechelynck wrote:
>> the compiler warning in question is still there at the current patchlevel.
>
> What does
>
>pkg-config --modversion gdk-pixbuf-2.0
>
> say on your system, Tony?
>
>
On Sat, Jan 2, 2016 at 9:29 AM, Kazunobu Kuriyama
wrote:
> Hi Tony,
>
> The following sequence of commands:
>
> $ cd src
> $ make shadow
> $ cd shadow
> $ CONF_OPT_DARWIN='--disable-darwin' CONF_OPT_GUI="--enable-gui=gtk2" make
>
> works fine for me (The 'darwin' stuff is for making my OS X more U
Hi tot-to,
Unfortunately, your mail was filtered to the spam folder by Gmail...
2016-01-02 15:06 GMT+09:00 tot-to :
> Hi Ken,
>
> Thanks, it says "Last set from /etc/vim/vimrc"
>
> I've found the place in that file, where it sets the variable. This is
> apparently distribution (Gentoo) specific
On Saturday, January 2, 2016 at 7:09:58 PM UTC+13, Tony Mechelynck wrote:
> the compiler warning in question is still there at the current patchlevel.
What does
pkg-config --modversion gdk-pixbuf-2.0
say on your system, Tony?
Regards, John Little
--
--
You received this message from the "
On Fr, 01 Jan 2016, Bram Moolenaar wrote:
> There have been many discussions in the past about whether a 64-bit
> build was useful. The outcome is still that the 32-bit build works for
> everybody. It's simpler for users to not have to chose. I plan to only
> distribute a 32-bit version.
Can w
On Sa, 02 Jan 2016, tot-to wrote:
> https://bugs.gentoo.org/show_bug.cgi?id=559800
>
> Previously, I haven't set textwidth in .vimrc and it was no
> autowrapping by default in all files.
>
> At some point (probably after an upgrade) it stared to do autowrap, but
> only for *.txt files, i.e. if I
Hi Tony,
The following sequence of commands:
$ cd src
$ make shadow
$ cd shadow
$ CONF_OPT_DARWIN='--disable-darwin' CONF_OPT_GUI="--enable-gui=gtk2" make
works fine for me (The 'darwin' stuff is for making my OS X more UNIX-like).
I think that is essentially the same as your build. So I can't
45 matches
Mail list logo