mirror of
https://github.com/neovim/neovim.git
synced 2026-05-05 13:35:02 +00:00
fix(man.vim): q quits after jump to different tag in MANPAGER modified (#28495)
This commit is contained in:
@@ -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' }))
|
||||
|
||||
Reference in New Issue
Block a user