Re: Patch 8.1.0394

2018-09-17 Fir de Conversatie Bram Moolenaar
Christ van Willegen wrote: > On Sun, Sep 16, 2018 at 2:10 PM Bram Moolenaar wrote: > > Patch 8.1.0394 > > I found a typo: > > diff --git a/src/diff.c b/src/diff.c > index d523e7743..7525dfdda 100644 > --- a/src/diff.c > +++ b/src/diff.c > @@ -295,7 +295,7 @@ diff_mark_adjust_tp( > > if

[patch] Document fix

2018-09-17 Fir de Conversatie Masato Nishihata
Hi Bram and developers, I'm attaching a document patch that fixes some issues discussed in the following link (vim-jp, in Japanese). https://github.com/vim-jp/issues/issues/1172 eval.txt 1. Add appendbufline() to short explanation in Builtin Functions list 2. Modify an argument name of co

Re: New internal diff and FilterWritePre and FilterWritePost autocommand events

2018-09-17 Fir de Conversatie Rick Howe
> It will also trigger for :diffthis. Not for "set nodiff", since that > doesn't update diffs, like the FilterWritePost event also didn't. > > With internal diff it will trigger more often, e.g. when deleting a > word or undo/redo > That is great. I found it in patch 8.1.397. However, if apply_

Re: Patch 8.1.0394

2018-09-17 Fir de Conversatie Christ van Willegen
Hi, On Sun, Sep 16, 2018 at 2:10 PM Bram Moolenaar wrote: > Patch 8.1.0394 I found a typo: diff --git a/src/diff.c b/src/diff.c index d523e7743..7525dfdda 100644 --- a/src/diff.c +++ b/src/diff.c @@ -295,7 +295,7 @@ diff_mark_adjust_tp( if (diff_internal()) { - // Will udpate di