We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8cbc57 commit d78646dCopy full SHA for d78646d
lua/wincent/commandt/init.lua
@@ -497,7 +497,7 @@ local default_options = {
497
local helptags = {}
498
local tagfiles = vim.api.nvim_get_runtime_file('doc/tags', true)
499
for _, tagfile in ipairs(tagfiles) do
500
- if vim.fn.filereadable(tagfile) then
+ if vim.fn.filereadable(tagfile) == 1 then
501
for _, tag in ipairs(vim.fn.readfile(tagfile)) do
502
local _, _, tag_text = tag:find('^%s*(%S+)%s+')
503
if tag_text ~= nil then
0 commit comments