Always focus tree when finding file.

This commit is contained in:
Kristijan Husak
2020-07-29 18:03:27 +02:00
parent 51c5e57eae
commit d42e76e3cf
2 changed files with 5 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ function M.find_file(with_open)
if with_open then
M.open()
lib.win_focus()
end
lib.set_index_and_redraw(bufname)
end