Patch 7.4.1291
Problem:    On MS-Windows the channel test server doesn't quit.
Solution:   Use return instead of break. (Ken Takata)
Files:      src/testdir/test_channel.py


*** ../vim-7.4.1290/src/testdir/test_channel.py 2016-02-07 16:53:08.783395062 
+0100
--- src/testdir/test_channel.py 2016-02-08 22:34:13.324899300 +0100
***************
*** 133,139 ****
                      elif decoded[1] == '!quit!':
                          # we're done
                          self.server.shutdown()
!                         break
                      elif decoded[1] == '!crash!':
                          # Crash!
                          42 / 0
--- 133,139 ----
                      elif decoded[1] == '!quit!':
                          # we're done
                          self.server.shutdown()
!                         return
                      elif decoded[1] == '!crash!':
                          # Crash!
                          42 / 0
*** ../vim-7.4.1290/src/version.c       2016-02-07 22:30:42.300100114 +0100
--- src/version.c       2016-02-08 22:35:07.528329828 +0100
***************
*** 749,750 ****
--- 749,752 ----
  {   /* Add new patch number below this line */
+ /**/
+     1291,
  /**/

-- 
A computer program does what you tell it to do, not what you want it to do.

 /// 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