Patch 8.0.0306
Problem:    mode() not sufficiently tested.
Solution:   Add more tests. (Yegappan Lakshmanan)
Files:      src/testdir/test_functions.vim


*** ../vim-8.0.0305/src/testdir/test_functions.vim      2017-02-01 
17:24:29.681328124 +0100
--- src/testdir/test_functions.vim      2017-02-05 13:46:26.547402404 +0100
***************
*** 320,358 ****
--- 320,392 ----
    normal! 3G
    exe "normal i\<F2>\<Esc>"
    call assert_equal('i-i', g:current_modes)
+   " i_CTRL-P: Multiple matches
    exe "normal i\<C-G>uBa\<C-P>\<F2>\<Esc>u"
    call assert_equal('i-ic', g:current_modes)
+   " i_CTRL-P: Single match
    exe "normal iBro\<C-P>\<F2>\<Esc>u"
    call assert_equal('i-ic', g:current_modes)
+   " i_CTRL-X
    exe "normal iBa\<C-X>\<F2>\<Esc>u"
    call assert_equal('i-ix', g:current_modes)
+   " i_CTRL-X CTRL-P: Multiple matches
    exe "normal iBa\<C-X>\<C-P>\<F2>\<Esc>u"
    call assert_equal('i-ic', g:current_modes)
+   " i_CTRL-X CTRL-P: Single match
    exe "normal iBro\<C-X>\<C-P>\<F2>\<Esc>u"
    call assert_equal('i-ic', g:current_modes)
+   " i_CTRL-X CTRL-P + CTRL-P: Single match
    exe "normal iBro\<C-X>\<C-P>\<C-P>\<F2>\<Esc>u"
    call assert_equal('i-ic', g:current_modes)
+   " i_CTRL-X CTRL-L: Multiple matches
+   exe "normal i\<C-X>\<C-L>\<F2>\<Esc>u"
+   call assert_equal('i-ic', g:current_modes)
+   " i_CTRL-X CTRL-L: Single match
+   exe "normal iBlu\<C-X>\<C-L>\<F2>\<Esc>u"
+   call assert_equal('i-ic', g:current_modes)
+   " i_CTRL-P: No match
    exe "normal iCom\<C-P>\<F2>\<Esc>u"
    call assert_equal('i-ic', g:current_modes)
+   " i_CTRL-X CTRL-P: No match
    exe "normal iCom\<C-X>\<C-P>\<F2>\<Esc>u"
    call assert_equal('i-ic', g:current_modes)
+   " i_CTRL-X CTRL-L: No match
+   exe "normal iabc\<C-X>\<C-L>\<F2>\<Esc>u"
+   call assert_equal('i-ic', g:current_modes)
  
+   " R_CTRL-P: Multiple matches
    exe "normal RBa\<C-P>\<F2>\<Esc>u"
    call assert_equal('R-Rc', g:current_modes)
+   " R_CTRL-P: Single match
    exe "normal RBro\<C-P>\<F2>\<Esc>u"
    call assert_equal('R-Rc', g:current_modes)
+   " R_CTRL-X
    exe "normal RBa\<C-X>\<F2>\<Esc>u"
    call assert_equal('R-Rx', g:current_modes)
+   " R_CTRL-X CTRL-P: Multiple matches
    exe "normal RBa\<C-X>\<C-P>\<F2>\<Esc>u"
    call assert_equal('R-Rc', g:current_modes)
+   " R_CTRL-X CTRL-P: Single match
    exe "normal RBro\<C-X>\<C-P>\<F2>\<Esc>u"
    call assert_equal('R-Rc', g:current_modes)
+   " R_CTRL-X CTRL-P + CTRL-P: Single match
    exe "normal RBro\<C-X>\<C-P>\<C-P>\<F2>\<Esc>u"
    call assert_equal('R-Rc', g:current_modes)
+   " R_CTRL-X CTRL-L: Multiple matches
+   exe "normal R\<C-X>\<C-L>\<F2>\<Esc>u"
+   call assert_equal('R-Rc', g:current_modes)
+   " R_CTRL-X CTRL-L: Single match
+   exe "normal RBlu\<C-X>\<C-L>\<F2>\<Esc>u"
+   call assert_equal('R-Rc', g:current_modes)
+   " R_CTRL-P: No match
    exe "normal RCom\<C-P>\<F2>\<Esc>u"
    call assert_equal('R-Rc', g:current_modes)
+   " R_CTRL-X CTRL-P: No match
    exe "normal RCom\<C-X>\<C-P>\<F2>\<Esc>u"
    call assert_equal('R-Rc', g:current_modes)
+   " R_CTRL-X CTRL-L: No match
+   exe "normal Rabc\<C-X>\<C-L>\<F2>\<Esc>u"
+   call assert_equal('R-Rc', g:current_modes)
  
    call assert_equal('n', mode(0))
    call assert_equal('n', mode(1))
*** ../vim-8.0.0305/src/version.c       2017-02-05 14:13:12.152033013 +0100
--- src/version.c       2017-02-05 14:14:03.375670407 +0100
***************
*** 766,767 ****
--- 766,769 ----
  {   /* Add new patch number below this line */
+ /**/
+     306,
  /**/

-- 
There are only two hard things in programming: Cache invalidation,
naming things and off-by-one errors.

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