mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
vim-patch:9.0.0492: cmdwin test fails on MS-Windows
Problem: Cmdwin test fails on MS-Windows.
Solution: Skip test on MS-Windows.
312af65d1a
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
@@ -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/
|
||||
|
Reference in New Issue
Block a user