feat(man.vim): "q" always closes window #30819

This commit is contained in:
xudyang1
2024-10-15 11:34:50 -04:00
committed by GitHub
parent 84623dbe93
commit ea5b748f24
3 changed files with 5 additions and 6 deletions

View File

@@ -675,7 +675,6 @@ function M.init_pager()
vim.cmd.file({ 'man://' .. fn.fnameescape(ref):lower(), mods = { silent = true } })
end
vim.g.pager = true
set_options()
end