From 2de3362ce3877b622a26c21214c95c69892b8c63 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sat, 13 May 2023 22:38:54 +0800 Subject: vim-patch:9.0.0492: cmdwin test fails on MS-Windows Problem: Cmdwin test fails on MS-Windows. Solution: Skip test on MS-Windows. https://github.com/vim/vim/commit/312af65d1ac763c060cb5adfcf8ae5beeec97f59 Co-authored-by: Bram Moolenaar --- test/old/testdir/test_cmdwin.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/old/testdir/test_cmdwin.vim b/test/old/testdir/test_cmdwin.vim index e53dd1cb6f..4284f0f58d 100644 --- a/test/old/testdir/test_cmdwin.vim +++ b/test/old/testdir/test_cmdwin.vim @@ -30,6 +30,9 @@ endfunc " This was using a pointer to a freed buffer func Test_cmdwin_freed_buffer_ptr() + " this does not work on MS-Windows because renaming an open file fails + CheckNotMSWindows + au BufEnter * next 0| file edit 0 silent! norm q/ -- cgit