mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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
This commit is contained in:
parent
88f77c28e5
commit
f1b67c3453
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user