Skip to content

Async mode broken with neovim 0.12 #37

Description

@opatut

I upgraded from NVIM 0.11.7 to NVIM 0.12.1 recently, and since then :Ags is broken.

  • The first command call does not produce anything.
  • Starting with the second command call, I only get back No matches for: xxx
  • Setting let g:ags_enable_async=0 fixes the issue, but is obviously not really desirable for large projects etc.
  • Searching with an explicit directory, such as :Ags foo src/ or even :Ags foo ., also gives me results.

I have a hard time with vimscript, but if there is something I can assist with for debugging, I'm happy to help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions