aboutsummaryrefslogtreecommitdiff
path: root/test/functional/autocmd/bufenter_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/autocmd/bufenter_spec.lua')
-rw-r--r--test/functional/autocmd/bufenter_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/autocmd/bufenter_spec.lua b/test/functional/autocmd/bufenter_spec.lua
index e14ddb3316..47f4adb0d6 100644
--- a/test/functional/autocmd/bufenter_spec.lua
+++ b/test/functional/autocmd/bufenter_spec.lua
@@ -33,9 +33,9 @@ describe('autocmd BufEnter', function()
end)
it('triggered by ":split normal|:help|:bw"', function()
+ helpers.add_builddir_to_rtp()
command("split normal")
command("wincmd j")
- command("helptags runtime/doc")
command("help")
command("wincmd L")
command("autocmd BufEnter normal let g:bufentered = 1")