mirror of
https://github.com/neovim/neovim.git
synced 2026-08-25 00:21:55 +00:00
fix(man): avoid setting v:errmsg (#30052)
(cherry picked from commit ee5aaba215)
This commit is contained in:
committed by
github-actions[bot]
parent
3ca127063b
commit
7284400a34
@@ -20,7 +20,7 @@ local function get_search_history(name)
|
||||
local args = vim.split(name, ' ')
|
||||
local code = [[
|
||||
local args = ...
|
||||
local man = require('runtime.lua.man')
|
||||
local man = require('man')
|
||||
local res = {}
|
||||
man.find_path = function(sect, name)
|
||||
table.insert(res, {sect, name})
|
||||
|
||||
Reference in New Issue
Block a user