neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit fe5318293442aabdd4c7fd12ad892adcba1f80fb
parent 7519af4f0fb54f4ef8b48ec4f18036069f18bf62
Author: Sean Dewar <seandewar@users.noreply.github.com>
Date:   Fri, 25 Feb 2022 00:22:12 +0000

vim-patch:8.2.4442: test for error reading input fails on MS-Windows

Problem:    Test for error reading input fails on MS-Windows.
Solution:   Don't run the test on MS-Windows.
https://github.com/vim/vim/commit/70b9e4f4c3a62e325fd16ac108bd12feb026ede5

Diffstat:
Msrc/nvim/testdir/test_exit.vim | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/nvim/testdir/test_exit.vim b/src/nvim/testdir/test_exit.vim @@ -114,6 +114,7 @@ func Test_exit_error_reading_input() throw 'Skipped: Nvim does not exit after stdin is read' CheckNotGui + CheckNotMSWindows call writefile([":au VimLeave * call writefile(['l = ' .. v:exiting], 'Xtestout')", ":tabnew\<CR>q:"], 'Xscript')