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(api): Add API to start finder from a specified root item group #391

Merged
merged 1 commit into from
Jul 7, 2023

Conversation

mrjones2014
Copy link
Owner

Resolves: #390

How to Test

  1. Run require('legendary').find({ itemgroup = 'Name of an item group' })
  2. It should start the finder with just the items inside that item group

Testing for Regressions

I have tested the following:

  • Triggering keymaps from legendary.nvim in all modes (normal, insert, visual)
  • Creating keymaps via legendary.nvim, then triggering via the keymap in all modes (normal, insert, visual)
  • Triggering commands from legendary.nvim in all modes (normal, insert, visual)
  • Creating commands via legendary.nvim, then running the command manually from the command line
  • augroup/autocmds created through legendary.nvim work correctly

@mrjones2014 mrjones2014 changed the title feat(API): Add API to start finder from a specified root item group feat(api): Add API to start finder from a specified root item group Jul 7, 2023
@mrjones2014 mrjones2014 merged commit 77317cb into master Jul 7, 2023
2 of 3 checks passed
@mrjones2014 mrjones2014 deleted the mrj/390/select-from-root-group branch July 7, 2023 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE]: Allow starting the finder from a custom root item group
1 participant