Christ van Willegen wrote:
> On Sun, May 5, 2019 at 3:48 PM Bram Moolenaar <[email protected]> wrote: > > Patch 8.1.1276 > > > > *** ../vim-8.1.1275/runtime/doc/eval.txt 2019-05-04 > > 17:34:30.653353882 +0200 > > --- runtime/doc/eval.txt 2019-05-05 15:09:25.625993792 +0200 > > *************** > > *** 7166,7171 **** > > --- 7218,7226 ---- > > properties the one with the highest priority > > will be used; negative values can be used, > > the > > default priority is zero > > + combine when TRUE combine the highlight with any > > + syntax highlight; when omitted of FALSE > > syntax > > when omitted _or_ FALSE syntax > > I see that some later commit fixed this. It was still there, I fixed it now. > > + When text property columns are not updated ~ > > + > > + - When setting the line with |setline()| or through an interface, such as > > Lua, > > + Tcl or Python. > > + > > I thought the line "When text property columns are not updated" looked > dogy, but now I see what you mean. Please consider adding the patch > below: > > diff --git a/runtime/doc/textprop.txt b/runtime/doc/textprop.txt > index b6831875d..cea03afd0 100644 > --- a/runtime/doc/textprop.txt > +++ b/runtime/doc/textprop.txt > @@ -132,7 +132,7 @@ When using replace mode, the text properties stay > on the same character > positions, even though the characters themselves change. > > > -When text property columns are not updated ~ > +When are text property columns not updated ~ > > - When setting the line with |setline()| or through an interface, such as > Lua, > Tcl or Python. Thanks for the suggestion. -- If an elephant is left tied to a parking meter, the parking fee has to be paid just as it would for a vehicle. [real standing law in Florida, United States of America] /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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 subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
