Patch 7.4.2196
Problem:    glob2regpat test doesn't test everything on MS-Windows.
Solution:   Add patterns with backslash handling.
Files:      src/testdir/test_glob2regpat.vim


*** ../vim-7.4.2195/src/testdir/test_glob2regpat.vim    2016-08-08 
23:26:48.082394552 +0200
--- src/testdir/test_glob2regpat.vim    2016-08-10 23:02:33.239240102 +0200
***************
*** 16,26 ****
    call assert_equal('^\(foo\|bar\)$', glob2regpat('{foo,bar}'))
    call assert_equal('.*', glob2regpat('**'))
  
!   if has('unix')
      call assert_equal('^foo?$', glob2regpat('foo\?'))
      call assert_equal('^\(foo,bar\|foobar\)$', 
glob2regpat('{foo\,bar,foobar}'))
      call assert_equal('^{foo,bar}$', glob2regpat('\{foo,bar\}'))
      call assert_equal('^\\\(foo\|bar\\\)$', glob2regpat('\\{foo,bar\\}'))
-   " todo: Windows
    endif
  endfunc
--- 16,30 ----
    call assert_equal('^\(foo\|bar\)$', glob2regpat('{foo,bar}'))
    call assert_equal('.*', glob2regpat('**'))
  
!   if exists('+shellslash')
!     call assert_equal('^foo[\/].$', glob2regpat('foo\?'))
!     call assert_equal('^\(foo[\/]\|bar\|foobar\)$', 
glob2regpat('{foo\,bar,foobar}'))
!     call assert_equal('^[\/]\(foo\|bar[\/]\)$', glob2regpat('\{foo,bar\}'))
!     call assert_equal('^[\/][\/]\(foo\|bar[\/][\/]\)$', 
glob2regpat('\\{foo,bar\\}'))
!   else
      call assert_equal('^foo?$', glob2regpat('foo\?'))
      call assert_equal('^\(foo,bar\|foobar\)$', 
glob2regpat('{foo\,bar,foobar}'))
      call assert_equal('^{foo,bar}$', glob2regpat('\{foo,bar\}'))
      call assert_equal('^\\\(foo\|bar\\\)$', glob2regpat('\\{foo,bar\\}'))
    endif
  endfunc
*** ../vim-7.4.2195/src/version.c       2016-08-10 21:54:50.916614470 +0200
--- src/version.c       2016-08-10 23:01:05.132042279 +0200
***************
*** 765,766 ****
--- 765,768 ----
  {   /* Add new patch number below this line */
+ /**/
+     2196,
  /**/

-- 
login: yes
password: I don't know, please tell me
password is incorrect
login: yes
password: incorrect

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