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

feat(fs.lua): pass path to vim.fs.find function predicate and lazy evaluate the predicate #22378

Merged
merged 7 commits into from
Mar 1, 2023

Commits on Feb 23, 2023

  1. feat(fs.lua): pass path to find's function predicate

    lazy evaluate vim.fs.find predicate
    pass the current path to the predicate
    mike325 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    61e2cf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dff8853 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    2b96646 View commit details
    Browse the repository at this point in the history
  2. docs(fs.lua): update find description

    Co-authored-by: Gregory Anders <[email protected]>
    mike325 and gpanders committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    2898ffa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91a98a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    b366d56 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. docs(fs.lua): find predicate add parameters description

    Co-authored-by: Justin M. Keyes <[email protected]>
    mike325 and justinmk committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    c4c0547 View commit details
    Browse the repository at this point in the history