Patch 8.2.3531 (after 8.2.3530)
Problem:    Command line completion test fails on MS-Windows.
Solution:   Do not test with "\{" on MS-Windows.
Files:      src/testdir/test_cmdline.vim


*** ../vim-8.2.3530/src/testdir/test_cmdline.vim        2021-10-17 
17:20:20.399745698 +0100
--- src/testdir/test_cmdline.vim        2021-10-17 18:02:04.512186187 +0100
***************
*** 901,910 ****
    call assert_equal("\"unlet one two", @:)
  
    " completion for the :buffer command with curlies
!   edit \{someFile}
!   call feedkeys(":buf someFile\<C-A>\<C-B>\"\<CR>", 'xt')
!   call assert_equal("\"buf {someFile}", @:)
!   bwipe {someFile}
  
    " completion for the :bdelete command
    call feedkeys(":bdel a b c\<C-A>\<C-B>\"\<CR>", 'xt')
--- 901,913 ----
    call assert_equal("\"unlet one two", @:)
  
    " completion for the :buffer command with curlies
!   " FIXME: what should happen on MS-Windows?
!   if !has('win32')
!     edit \{someFile}
!     call feedkeys(":buf someFile\<C-A>\<C-B>\"\<CR>", 'xt')
!     call assert_equal("\"buf {someFile}", @:)
!     bwipe {someFile}
!   endif
  
    " completion for the :bdelete command
    call feedkeys(":bdel a b c\<C-A>\<C-B>\"\<CR>", 'xt')
*** ../vim-8.2.3530/src/version.c       2021-10-17 17:20:20.399745698 +0100
--- src/version.c       2021-10-17 18:03:14.561162893 +0100
***************
*** 759,760 ****
--- 759,762 ----
  {   /* Add new patch number below this line */
+ /**/
+     3531,
  /**/

-- 
hundred-and-one symptoms of being an internet addict:
178. You look for an icon to double-click to open your bedroom window.

 /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///                                                                      \\\
\\\        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
 \\\            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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/20211017170604.5931CC80053%40moolenaar.net.

Raspunde prin e-mail lui