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

make gtags_cscope module available for nvim-0.9.0 #351

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

skywind3000
Copy link

cscope interface has been removed in neovim-0.9.0 : neovim/neovim#20545

Currently, gtags-cscope can't work with the latest neovim, this also makes gtags_cscope module unavailable.

I am the author of gutentags_plus, recently I made a compatible
layer in my plugin to simulate +cscope functionality in nvim-0.9.0

But it requires gutentags to continue taking care of the gtags database generation,

So, this PR will make gtags_cscope continue generating gtags database without actually calling any non-existing cscope
interface in neovim-0.9.0

Please consider to merge.

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.

None yet

1 participant