Skip to content

Commit

Permalink
change: set default path to jump_to_directory action
Browse files Browse the repository at this point in the history
  • Loading branch information
amedama41 committed Oct 28, 2023
1 parent 1b594d5 commit 22363db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/vfiler/actions/directory.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function M.change_to_parent(vfiler, context, view)
end

function M.jump_to_directory(vfiler, context, view)
local dirpath = cmdline.input('Jump to?', '', 'dir')
local dirpath = cmdline.input('Jump to?', context.root.path, 'dir')
if #dirpath == 0 then
return
end
Expand Down

0 comments on commit 22363db

Please sign in to comment.