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

Neovim continues to show "Searching ..." in the command line even after search completes #267

Open
tariqnoman opened this issue Jun 27, 2020 · 2 comments · May be fixed by #281
Open

Neovim continues to show "Searching ..." in the command line even after search completes #267

tariqnoman opened this issue Jun 27, 2020 · 2 comments · May be fixed by #281

Comments

@tariqnoman
Copy link

tariqnoman commented Jun 27, 2020

Neovim continues to show "Searching ..." even after search completes giving an impression that the search is still ongoing or frozen/hang.

The issue behind this is the redraw! in ack#ShowResults()
Do not use redraw! in ack.vim as it doesn't clear the command line on neovim

Refer neovim/neovim#9524 which recommends not to use :redraw! to clear the command line. Instead use :echo without argument.

@diegosomar
Copy link

@tariqnoman same here....

@balazser
Copy link

Has anyone created a PR to fix this already? 🤔

@johnsonsu johnsonsu linked a pull request Aug 15, 2022 that will close this issue
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 a pull request may close this issue.

3 participants