diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-11-01 19:17:29 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-11-01 19:17:29 +0100 |
commit | f1b67c3453c6ac3e6e6cf606898eb98704bd4d40 (patch) | |
tree | b8ad618854946286e6a650755499af4046f08226 /src | |
parent | 88f77c28e52a17e76f226beded0c66a018f0540d (diff) | |
download | rneovim-f1b67c3453c6ac3e6e6cf606898eb98704bd4d40.tar.gz rneovim-f1b67c3453c6ac3e6e6cf606898eb98704bd4d40.tar.bz2 rneovim-f1b67c3453c6ac3e6e6cf606898eb98704bd4d40.zip |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/test_autocmd.vim | 1 |
1 files changed, 1 insertions, 0 deletions
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 |