From f1b67c3453c6ac3e6e6cf606898eb98704bd4d40 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Thu, 1 Nov 2018 19:17:29 +0100 Subject: test/old: Test_BufReadCmdHelp: generate helptags Generate helptags before :help. This only failed in the TSAN build because other builds run the Lua tests first, which generate the helptags. closes #8824 --- src/nvim/testdir/test_autocmd.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nvim/testdir/test_autocmd.vim b/src/nvim/testdir/test_autocmd.vim index b1502eff89..9e8d2081c8 100644 --- a/src/nvim/testdir/test_autocmd.vim +++ b/src/nvim/testdir/test_autocmd.vim @@ -251,6 +251,7 @@ func Test_augroup_warning() endfunc func Test_BufReadCmdHelp() + helptags ALL " This used to cause access to free memory au BufReadCmd * e +h help -- cgit