Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention default value of follow option for find_files #3209

Merged
merged 1 commit into from
Jul 20, 2024

Conversation

okuramasafumi
Copy link
Contributor

Description

https://github.com/nvim-telescope/telescope.nvim/blob/master/lua/telescope/builtin/__files.lua#L298

It seems the default value is false, and unlike other options, the default value of follow option is not mentioned.

Type of change

Documentation improvement.

Checklist:

  • My code follows the style guidelines of this project (stylua)
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (lua annotations)

@jamestrew
Copy link
Contributor

Can you also make the change here?

---@field follow boolean: if true, follows symlinks (i.e. uses `-L` flag for the `find` command)

https://github.com/nvim-telescope/telescope.nvim/blob/master/lua/telescope/builtin/__files.lua#L298

It seems the default value is `false`, and unlike other options, the default value of `follow` option is not mentioned.
@okuramasafumi
Copy link
Contributor Author

@jamestrew Done!

@jamestrew
Copy link
Contributor

Thank you!

@jamestrew jamestrew merged commit 79552ef into nvim-telescope:master Jul 20, 2024
12 checks passed
@jamestrew jamestrew added the backport-0.1.x PR to be backported to 0.1.x (Neovim 0.7 compat) label Jul 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-0.1.x PR to be backported to 0.1.x (Neovim 0.7 compat)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants