Delete debug output

This commit is contained in:
Nolan Prochnau
2020-11-15 14:33:22 -05:00
committed by GitHub
parent 30aa3904ce
commit 50a87e502c

View File

@@ -461,7 +461,6 @@ previewers.help = defaulter(function(_)
local best_entry = taglist[1] local best_entry = taglist[1]
local new_bufnr = vim.fn.bufnr(find_rtp_file('doc/' .. best_entry.filename), true) local new_bufnr = vim.fn.bufnr(find_rtp_file('doc/' .. best_entry.filename), true)
print(vim.inspect(new_bufnr))
vim.api.nvim_buf_set_option(new_bufnr, 'filetype', 'help') vim.api.nvim_buf_set_option(new_bufnr, 'filetype', 'help')
vim.api.nvim_win_set_buf(status.preview_win, new_bufnr) vim.api.nvim_win_set_buf(status.preview_win, new_bufnr)