mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00: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:
@@ -251,6 +251,7 @@ func Test_augroup_warning()
|
|||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_BufReadCmdHelp()
|
func Test_BufReadCmdHelp()
|
||||||
|
helptags ALL
|
||||||
" This used to cause access to free memory
|
" This used to cause access to free memory
|
||||||
au BufReadCmd * e +h
|
au BufReadCmd * e +h
|
||||||
help
|
help
|
||||||
|
Reference in New Issue
Block a user