mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-05-28 08:58:08 +00:00
fix(find_files): follow with unix find command (#1787)
This commit is contained in:
@@ -209,7 +209,7 @@ files.find_files = function(opts)
|
||||
log.warn "The `no_ignore` key is not available for the `find` command in `find_files`."
|
||||
end
|
||||
if follow then
|
||||
table.insert(find_command, "-L")
|
||||
table.insert(find_command, 2, "-L")
|
||||
end
|
||||
if search_dirs then
|
||||
table.remove(find_command, 2)
|
||||
|
||||
Reference in New Issue
Block a user