]> granicus.if.org Git - vim/commitdiff
patch 9.0.0492: cmdwin test fails on MS-Windows v9.0.0492
authorBram Moolenaar <Bram@vim.org>
Sat, 17 Sep 2022 20:20:42 +0000 (21:20 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 17 Sep 2022 20:20:42 +0000 (21:20 +0100)
Problem:    Cmdwin test fails on MS-Windows.
Solution:   Skip test on MS-Windows.

src/testdir/test_cmdwin.vim
src/version.c

index fe849bcc16863de07b1481e65280be259569622e..8066831f106c8c80fa2eff5b15a915f09930ba1f 100644 (file)
@@ -380,6 +380,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 \v
   edit 0
   silent! norm q/
index 15c94041333905c37d7a98dff102fb8b8f0818d9..068369bfda222db741e1f3c9c44e74d9f2b726fb 100644 (file)
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    492,
 /**/
     491,
 /**/