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

fix(builtin.vim_options): fix getting current option values #3258

Merged
merged 5 commits into from
Sep 23, 2024

Conversation

sid-6581
Copy link
Contributor

Description

The current builtin picker vim_options did not correctly get the current value of all options. This PR fixes that.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

  1. nvim test.lua
  2. :Telescope vim_options
  3. Search for 'filetype

Result before change:

image

Result after change:

image

Configuration:

  • Neovim version (nvim --version): NVIM v0.11.0-dev-611+g615f7bbff
  • Operating system and version: Windows 11

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)

lua/telescope/make_entry.lua Outdated Show resolved Hide resolved
@sid-6581 sid-6581 closed this Sep 11, 2024
@jamestrew
Copy link
Contributor

@sid-6581 sorry I'm just getting around to this PR again. Is it alright I reopen?

@sid-6581
Copy link
Contributor Author

@sid-6581 sorry I'm just getting around to this PR again. Is it alright I reopen?

Sure! Thanks.

@sid-6581 sid-6581 reopened this Sep 21, 2024
@jamestrew jamestrew merged commit 2ffcfc0 into nvim-telescope:master Sep 23, 2024
13 checks passed
@jamestrew
Copy link
Contributor

Thanks!

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.

2 participants