aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/man.lua
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/lua/man.lua')
-rw-r--r--runtime/lua/man.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/lua/man.lua b/runtime/lua/man.lua
index fce8f89be8..6f60bf1cef 100644
--- a/runtime/lua/man.lua
+++ b/runtime/lua/man.lua
@@ -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