mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -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
d6f3b7bec7
commit
cc8837db46
@ -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