Yakov Lerner wrote:

> On 9/3/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote:
> 
> > > I still miss pre and post increment and decrement operators (avoids a
> > > separate :let command by itself),
> >
> > You mean, as in:
> >
> >         :let linenr = a++
> >
> > I don't know how difficult this is to implement, and if there are any
> > conflicts in the syntax.
> 
> And then probably
>            :let linenr ++
> , too ?

That looks weird.  You can do it already with:

        :let linenr += 1

-- 
FATHER:       Make sure the Prince doesn't leave this room until I come and
              get him.
FIRST GUARD:  Not ... to leave the room ... even if you come and get him.
FATHER:       No.  Until I come and get him.
SECOND GUARD: Hic.
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

Reply via email to