diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-12-05 10:22:47 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-05 10:22:47 +0800 |
| commit | 1c6f7e5933fcc4b58e7cb3a945d7654b6e591e4a (patch) | |
| tree | 02fdc53f0d65f92775914890a55cf16c4bea4c01 /src/nvim/testdir/test_exit.vim | |
| parent | b098e7971fdf8ed3f7d0c52aff0ce126c34ff3c8 (diff) | |
| parent | 9ae6b03e7aaf635da5d39c1bd7ff6829cc232acb (diff) | |
| download | rneovim-1c6f7e5933fcc4b58e7cb3a945d7654b6e591e4a.tar.gz rneovim-1c6f7e5933fcc4b58e7cb3a945d7654b6e591e4a.tar.bz2 rneovim-1c6f7e5933fcc4b58e7cb3a945d7654b6e591e4a.zip | |
Merge pull request #21292 from zeertzjq/vim-8.2.1195
vim-patch:8.2.{1195,1197,2240,3108,3109,3495,3499,3526,5145}
Diffstat (limited to 'src/nvim/testdir/test_exit.vim')
| -rw-r--r-- | src/nvim/testdir/test_exit.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_exit.vim b/src/nvim/testdir/test_exit.vim index 37be293950..6dbfb7047c 100644 --- a/src/nvim/testdir/test_exit.vim +++ b/src/nvim/testdir/test_exit.vim @@ -117,6 +117,7 @@ func Test_exit_error_reading_input() CheckNotMSWindows " The early exit causes memory not to be freed somehow CheckNotAsan + CheckNotValgrind call writefile([":au VimLeave * call writefile(['l = ' .. v:exiting], 'Xtestout')", ":tabnew", "q:"], 'Xscript', 'b') |