Patch 8.0.0256 (after 8.0.0255)
Problem:    Tests fail because some changes were not included.
Solution:   Add changes to evalfunc.c
Files:      src/evalfunc.c


*** ../vim-8.0.0255/src/evalfunc.c      2017-01-28 15:58:45.344197275 +0100
--- src/evalfunc.c      2017-01-28 17:38:36.058205469 +0100
***************
*** 10136,10155 ****
                pos.col = 0;
            if (name[0] == '.' && name[1] == NUL)
            {
!               /* set cursor */
!               if (fnum == curbuf->b_fnum)
                {
!                   curwin->w_cursor = pos;
!                   if (curswant >= 0)
!                   {
!                       curwin->w_curswant = curswant - 1;
!                       curwin->w_set_curswant = FALSE;
!                   }
!                   check_cursor();
!                   rettv->vval.v_number = 0;
                }
!               else
!                   EMSG(_(e_invarg));
            }
            else if (name[0] == '\'' && name[1] != NUL && name[2] == NUL)
            {
--- 10136,10150 ----
                pos.col = 0;
            if (name[0] == '.' && name[1] == NUL)
            {
!               /* set cursor; "fnum" is ignored */
!               curwin->w_cursor = pos;
!               if (curswant >= 0)
                {
!                   curwin->w_curswant = curswant - 1;
!                   curwin->w_set_curswant = FALSE;
                }
!               check_cursor();
!               rettv->vval.v_number = 0;
            }
            else if (name[0] == '\'' && name[1] != NUL && name[2] == NUL)
            {
*** ../vim-8.0.0255/src/version.c       2017-01-28 18:23:49.725039260 +0100
--- src/version.c       2017-01-28 18:26:35.631987176 +0100
***************
*** 766,767 ****
--- 766,769 ----
  {   /* Add new patch number below this line */
+ /**/
+     256,
  /**/

-- 
GUEST:        He's killed the best man!
SECOND GUEST: (holding a limp WOMAN) He's killed my auntie.
FATHER:       No, please!  This is supposed to be a happy occasion!  Let's
              not bicker and argue about who killed who ...
                 "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/ \\\
\\\  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.

Raspunde prin e-mail lui