mirror of
https://github.com/neovim/neovim.git
synced 2024-12-31 17:13:26 -07: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:
parent
7eea6b12f9
commit
2de3362ce3
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user