To: vim_dev@googlegroups.com Subject: Patch 8.2.3531 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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\\\"\", 'xt') ! call assert_equal("\"buf {someFile}", @:) ! bwipe {someFile} " completion for the :bdelete command call feedkeys(":bdel a b c\\\"\", '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\\\"\", 'xt') ! call assert_equal("\"buf {someFile}", @:) ! bwipe {someFile} ! endif " completion for the :bdelete command call feedkeys(":bdel a b c\\\"\", '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 -- Bram@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 ///