Patch 8.2.3531

5 views
Skip to first unread message

Bram Moolenaar

unread,
Oct 17, 2021, 1:06:11 PM10/17/21
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages