mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 02:17:09 +10:00
feat(man.vim): "q" always closes window #30819
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user