diff options
Diffstat (limited to 'test/functional/ex_cmds/help_spec.lua')
-rw-r--r-- | test/functional/ex_cmds/help_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/ex_cmds/help_spec.lua b/test/functional/ex_cmds/help_spec.lua index 66d7d7d89f..0ec7249218 100644 --- a/test/functional/ex_cmds/help_spec.lua +++ b/test/functional/ex_cmds/help_spec.lua @@ -9,6 +9,7 @@ describe(':help', function() before_each(clear) it('window closed makes cursor return to a valid win/buf #9773', function() + helpers.add_builddir_to_rtp() command('help help') eq(1001, funcs.win_getid()) command('quit') |