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.live_grep): add spacer ":" even when coordinates disabled #2275

Merged
merged 2 commits into from
Dec 21, 2022

Conversation

l-kershaw
Copy link
Contributor

Description

Pretty sure this is my first pull request which only added a single character 🤣

Fixes #2226

@simonmandlik does this fix your issue?

Type of change

Please delete options that are not relevant.

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

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list relevant details about your configuration

  • ran :Telescope live_grep disable_coordinates=true
  • ran :Telescope live_grep disable_coordinates=false
  • Both worked as expected

Configuration:

  • Neovim version (nvim --version):
    NVIM v0.9.0-dev-522+g174335923
    Build type: RelWithDebInfo
    LuaJIT 2.1.0-beta3
    Compiled by runneradmin@fv-az211-249
  • Operating system and version:
    Windows 10

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)

@simonmandlik
Copy link

Looks like it does :)

@l-kershaw
Copy link
Contributor Author

@Conni2461 do you know why the docgen is removing loads of stuff about actions here?
I haven't touched the relevant files at all.

@Conni2461
Copy link
Member

Should be fixed. Thanks for the PR :)

@Conni2461 Conni2461 merged commit 278c797 into nvim-telescope:master Dec 21, 2022
@l-kershaw l-kershaw deleted the fix/live_grep_spacer branch December 21, 2022 09:49
Conni2461 pushed a commit that referenced this pull request Jan 6, 2023
…#2275)

* fix(builtin.live_grep): add spacer ":" even when coordinates disabled

* fix docgen

Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
(cherry picked from commit 278c797)
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.

Colon not shown in live_grep when coordinates are disabled
3 participants