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 level expression.  It's clearer if
> > you start with reading ":help expression-syntax".
> 
> I think I found some mistakes in ":help expression-syntax".
> Please check the attached patch. Misalignment is also fixed.

Hmm, some things were correct.  For example:

|expr7| ! expr7                 logical NOT
        - expr7                 unary minus
        + expr7                 unary plus

This means you can use !!expr7, !-!expr7, etc.
It doesn't mention that expr7 can be expr8, that applies to all of them.
Does it help to add them anyway?  Like this:

|expr7| expr8
        ! expr7                 logical NOT
        - expr7                 unary minus
        + expr7                 unary plus


-- 
hundred-and-one symptoms of being an internet addict:
100. The most exciting sporting events you noticed during summer 1996
    was Netscape vs. Microsoft.

 /// Bram Moolenaar -- b...@moolenaar.net -- 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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to