Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lua/neo-tree/sources/filesystem/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ M._navigate_internal = function(state, path, path_to_reveal, callback, async)
local winpos = state.current_position
local follow_file = state.follow_current_file.enabled
and not is_search
and not winpos == "current"
and not winpos == "float"
and winpos ~= "current"
and winpos ~= "float"
and manager.get_path_to_reveal()
local handled = false
if utils.truthy(follow_file) then
Expand Down
Loading