From 654903fc040148ee50f3ad510812b47de7a2f87a Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Thu, 5 Aug 2021 04:19:39 +0800 Subject: fix: preview the correct man page section (#1076) --- lua/telescope/builtin/init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/telescope/builtin/init.lua') diff --git a/lua/telescope/builtin/init.lua b/lua/telescope/builtin/init.lua index 1972265..e4b34e2 100644 --- a/lua/telescope/builtin/init.lua +++ b/lua/telescope/builtin/init.lua @@ -244,6 +244,7 @@ builtin.help_tags = require("telescope.builtin.internal").help_tags --- Lists manpage entries, opens them in a help window on `` ---@param opts table: options to pass to the picker +---@field sections table: a list of sections to search, use `{ "ALL" }` to search in all sections builtin.man_pages = require("telescope.builtin.internal").man_pages --- Lists lua modules and reloads them on `` -- cgit v1.2.3