diff options
author | Brian Cao <75100021+RandomChugokujin@users.noreply.github.com> | 2024-04-26 14:14:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-26 13:14:45 -0500 |
commit | 3a7c30dc93b9b903ff8591c43689c3bdcb4761de (patch) | |
tree | 553a444f48aea53bdfa3b0581df83de027087782 /test/functional/plugin/man_spec.lua | |
parent | 688860741589b4583129e426f4df0523f9213275 (diff) | |
download | rneovim-3a7c30dc93b9b903ff8591c43689c3bdcb4761de.tar.gz rneovim-3a7c30dc93b9b903ff8591c43689c3bdcb4761de.tar.bz2 rneovim-3a7c30dc93b9b903ff8591c43689c3bdcb4761de.zip |
fix(man.vim): q quits after jump to different tag in MANPAGER modified (#28495)
Diffstat (limited to 'test/functional/plugin/man_spec.lua')
-rw-r--r-- | test/functional/plugin/man_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/plugin/man_spec.lua b/test/functional/plugin/man_spec.lua index e9500bf920..978178191c 100644 --- a/test/functional/plugin/man_spec.lua +++ b/test/functional/plugin/man_spec.lua @@ -192,6 +192,7 @@ describe(':Man', function() '--headless', '+autocmd VimLeave * echo "quit works!!"', '+Man!', + '+tag ls', '+call nvim_input("q")', } matches('quit works!!', fn.system(args, { 'manpage contents' })) |