small problem with eval.c

2015-09-03 Fir de Conversatie Charles Campbell
Hello! I just upgraded from patch level 841 to 854 -- and got two warnings. I've provided a trivial patch for the eval.c one and, as the misc * eval.c|4412 error| 'i' undeclared (first use in this function) * misc2.c|6265 warning| ignoring return value of 'fwrite', declared with attribute

Re: Patch 7.4.853

2015-09-03 Fir de Conversatie Christian Brabandt
Hi Gary! On Di, 01 Sep 2015, Gary Johnson wrote: > On 2015-09-01, Bram Moolenaar wrote: > > Patch 7.4.853 > > Problem:"zt" in diff mode does not always work properly. (Gary Johnson) > > Solution: Don't count filler lines twice. (Christian Brabandt) > > Files: src/move.c > > >

Re: Patch 7.4.853

2015-09-03 Fir de Conversatie Gary Johnson
Hi Christian, On 2015-09-03, Christian Brabandt wrote: > Hi Gary! > > On Di, 01 Sep 2015, Gary Johnson wrote: > > Thanks for this change. I think it would work better and as I think > > "zt" should if that line was uncommented. > > > > Even then, though, there is a bug in the behavior. It

Re: ARM Cross compile issue

2015-09-03 Fir de Conversatie Bram Moolenaar
Byte Termite wrote: > Hi there, > > I am cross compiling vim from the git repository I just checked out. > > It breaks when the sjiscorr is built for a ARM and the build process tries > to execute on my x86 host. > > I am cross compiling on x86 to a ARMv6. > > I was able to work around the

[patch] Operation of the tab page label with the mouse is wrong.

2015-09-03 Fir de Conversatie h_east
Hi Bram and List, Tab page does not move even when click and hold the tab page label and drag it to the right of the label. How to reproduce (CUI Vim on Linux via xterm): - Preparation. $ export TERM=xterm-256color - Start pure Vim. (Open five tab pages) $ vim -N -u NONE -p A B C D E -c