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 98b76ff commit 270c955Copy full SHA for 270c955
lua/nvim-tree/utils.lua
@@ -403,7 +403,7 @@ end
403
404
---Is the buffer named NvimTree_[0-9]+ a tree? filetype is "NvimTree" or not readable file.
405
---This is cheap, as the readable test should only ever be needed when resuming a vim session.
406
----@param bufnr number may be 0 or nil for current
+---@param bufnr number|nil may be 0 or nil for current
407
---@return boolean
408
function M.is_nvim_tree_buf(bufnr)
409
if bufnr == nil then
0 commit comments