We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d3b020 commit 459c603Copy full SHA for 459c603
lua/neo-tree/sources/filesystem/init.lua
@@ -30,7 +30,7 @@ local follow_internal = function(callback, force_show, async)
30
if vim.bo.filetype == "neo-tree" or vim.bo.filetype == "neo-tree-popup" then
31
return false
32
end
33
- local path_to_reveal = utils.normalize_path(manager.get_path_to_reveal())
+ local path_to_reveal = utils.normalize_path(manager.get_path_to_reveal() or "")
34
if not utils.truthy(path_to_reveal) then
35
36
0 commit comments