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: deepcopy not working on older neovim versions #139

Merged
merged 1 commit into from
Aug 18, 2024
Merged

Conversation

P1roks
Copy link
Contributor

@P1roks P1roks commented Aug 18, 2024

vim.deepcopy function doesn't have the second argument on older neovim versions (0.9.5) and thus the plugin is not working on them. The simplest fix is to simply remove the second argument, sacrificing a minimal performance gain for wider support. From the testing that I did on my side, the plugin works normally with this change

@MeanderingProgrammer
Copy link
Owner

Thanks!

@MeanderingProgrammer MeanderingProgrammer merged commit 11b92a6 into MeanderingProgrammer:main Aug 18, 2024
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

2 participants