Re: [patch] Respect file's EOL/NOEOL settings

2015-07-01 Fir de Conversatie Pavel Samarkin
Hi all, Just updating my patch after the latest merges to the vim's master. -- Best regards, Pavel -- -- 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

doc fix for :help readfile()

2015-07-01 Fir de Conversatie Yukihiro Nakadaira
Recently the following line was changed. But its behavior is not changed. diff -r 99fc18dc1ede runtime/doc/eval.txt --- a/runtime/doc/eval.txt Sun Jun 28 19:24:40 2015 +0200 +++ b/runtime/doc/eval.txt Wed Jul 01 18:14:36 2015 +0900 @@ -4889,7 +4889,7 @@ separated with CR will result in a

Re: Patch to add the :cdo and :ldo commands

2015-07-01 Fir de Conversatie Florian Walch
On Wednesday, July 1, 2015 at 12:48:50 AM UTC+3, Christian Brabandt wrote: On Mo, 29 Jun 2015, Florian Walch wrote: On Monday, June 29, 2015 at 12:40:28 PM UTC+3, Drew Neil wrote: I finally got round to building Vim with the cdo.diff patch and I'm currently test-driving it.

Re: doc fix for :help readfile()

2015-07-01 Fir de Conversatie Bram Moolenaar
Yukihiro Nakadaira wrote: Recently the following line was changed. But its behavior is not changed. Thanks. Must have accidentally inserted instead of searched. -- Keep America beautiful. Swallow your beer cans. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\

Re: Patch 7.4.757

2015-07-01 Fir de Conversatie h_east
Hi Bram, 2015-6-26(Fri) 00:03:57 UTC+9 Bram Moolenaar: Patch 7.4.757 Problem:Cannot detect the background color of a terminal. Solution: Add T_RBG to request the background color if possible. (Lubomir Rintel) Files: src/main.c, src/term.c, src/term.h,