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

Call EnsureNothingConflictsWithGrep() when opening a new file #178

Open
gabebw opened this issue May 20, 2020 · 0 comments
Open

Call EnsureNothingConflictsWithGrep() when opening a new file #178

gabebw opened this issue May 20, 2020 · 0 comments
Labels

Comments

@gabebw
Copy link
Owner

gabebw commented May 20, 2020

It needs to run after vim/after/ftplugin/*.vim because that can set key bindings:

nmap <buffer> <silent> gd <Plug>(coc-definition)

Here's an idea that doesn't work:

autocmd BufReadPost call EnsureNothingConflictsWithGrep()

It seems like BufReadPost doesn't run late enough.

@gabebw gabebw added the Vim label May 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant