Small doc fixes for lambda

2016-08-28 Thread Manuel Ortega
At ":h lambda", there is some erroneous markup. It mistakenly is "|expr1|", which takes the user to the help for the ternary conditional! I think what was meant was "{expr1}", but even better would just be "{expr}". The following diff fixes it, along with one tiny, unrelated omission. -Manny d

Re: Small doc fixes for lambda

2016-08-28 Thread Bram Moolenaar
Manuel Ortega wrote: > At ":h lambda", there is some erroneous markup. It mistakenly is > "|expr1|", which takes the user to the help for the ternary conditional! That is correct. This is the higest level expression. It's clearer if you start with reading ":help expression-syntax". > I thin

Re: Small doc fixes for lambda

2016-08-28 Thread Ken Takata
Hi Bram, 2016/8/29 Mon 4:21:51 UTC+9 Bram Moolenaar wrote: > Manuel Ortega wrote: > > > At ":h lambda", there is some erroneous markup. It mistakenly is > > "|expr1|", which takes the user to the help for the ternary conditional! > > That is correct. This is the higest level expression. It's

Re: Small doc fixes for lambda

2016-08-29 Thread Bram Moolenaar
Ken Takata wrote: > 2016/8/29 Mon 4:21:51 UTC+9 Bram Moolenaar wrote: > > Manuel Ortega wrote: > > > > > At ":h lambda", there is some erroneous markup. It mistakenly is > > > "|expr1|", which takes the user to the help for the ternary conditional! > > > > That is correct. This is the higest

Re: Small doc fixes for lambda

2016-08-29 Thread Ken Takata
Hi, 2016/8/30 Tue 4:56:01 UTC+9 Bram Moolenaar wrote: > Ken Takata wrote: > > > 2016/8/29 Mon 4:21:51 UTC+9 Bram Moolenaar wrote: > > > Manuel Ortega wrote: > > > > > > > At ":h lambda", there is some erroneous markup. It mistakenly is > > > > "|expr1|", which takes the user to the help for th