Re: [patch] doc fixes

2017-08-28 Thread Bram Moolenaar
Dominique wrote: > Attached are 2 doc fixes in runtime/doc/eval.txt Thanks! -- I am also told that there is a logical proof out there somewhere that demonstrates that there is no task which duct tape cannot handle. -- Paul Brannan /// Bram Moolenaar --

Patch 8.0.1009

2017-08-28 Thread Bram Moolenaar
Patch 8.0.1009 Problem:Xterm cursor blinking status may be inverted. Solution: Use another request to get the blink status and compare with the cursor style report Files: src/term.c, src/proto/term.pro, src/term.h, src/option.c, src/terminal.c *** ../vim-8.0.10

Patch 8.0.1010

2017-08-28 Thread Bram Moolenaar
Patch 8.0.1010 (after 8.0.1009) Problem:Build failure without termresponse feature. Solution: Add #ifdef. Files: src/term.c *** ../vim-8.0.1009/src/term.c 2017-08-28 22:43:00.774266657 +0200 --- src/term.c 2017-08-28 22:59:30.628320769 +0200 *** *** 3780,3787 --- 37

Re: 8.0.995 still fails tests on macOS

2017-08-28 Thread Manuel Ortega
On Saturday, August 26, 2017 at 9:58:28 AM UTC-4, Manuel Ortega wrote: > On Sat, Aug 26, 2017 at 9:50 AM, Bram Moolenaar wrote: > > > > It is working on my Mac machine.  Can you use ch_logfile() to find out > > what happens? > > > Unfortunately, I don't know how to do this.  How do I use a Vim

Re: vim8: ctrl-F goes into a search dialog instead of scrolling

2017-08-28 Thread Ken Takata
Hi KC, 2017/8/29 Tue 12:30:21 UTC+9 Casey (kc) wrote: > Hello all. > > Attached is the bugreport.txt created by bugreport.vim > > > Not sure if this is a bug or just something stupid I've done. I installed > vim 8 over my existing vim7.4 installation and suddenly Ctrl-F wasn't > scrolling fo

Re: 8.0.995 still fails tests on macOS

2017-08-28 Thread Kazunobu Kuriyama
2017-08-29 12:16 GMT+09:00 Manuel Ortega : > On Saturday, August 26, 2017 at 9:58:28 AM UTC-4, Manuel Ortega wrote: > > On Sat, Aug 26, 2017 at 9:50 AM, Bram Moolenaar wrote: > > > > > > > > It is working on my Mac machine. Can you use ch_logfile() to find out > > > > what happens? > > > > > > Un