Skip to content

Comments

refactor: bump "commons.nvim" deps#286

Merged
linrongbin16 merged 31 commits intomasterfrom
bump-commons
Dec 30, 2025
Merged

refactor: bump "commons.nvim" deps#286
linrongbin16 merged 31 commits intomasterfrom
bump-commons

Conversation

@linrongbin16
Copy link
Owner

@linrongbin16 linrongbin16 commented Dec 23, 2025

Close #263

I did some heavy refactors in commons.nvim library, this PR bumps the "commons.nvim" library to latest. This PR passes all unit tests in CI pipeline, and I also manually test it in a few cases, no bugs are found till now.

But since it is a heavy refactoring, hope you can try it and see if there's any bug with your workflow.

The refactoring of "commons.nvim" removes many unnecessary and legacy functions, since Neovim 0.11+ already contains many solid utilities and I don't want to waste my time to maintain the compatibility with older version Neovim.

Test Platforms

  • windows
  • macOS
  • linux

Test Hosts

Test Functions

  • Use GitLink(!) to copy git link (or open in browser).
  • Use GitLink(!) blame to copy the /blame link (or open in browser).
  • Use GitLink(!) default_branch to open the /main//master link in browser (or open in browser).
  • Use GitLink(!) current_branch to open the current branch link in browser (or open in browser).
  • Copy git link in a symlink directory of git repo.
  • Copy git link in an un-pushed git branch, and receive an expected error.
  • Copy git link in a pushed git branch but edited file, and receive a warning says the git link could be wrong.
  • Copy git link with 'file' and 'rev' parameters.

@linrongbin16 linrongbin16 merged commit d2a250e into master Dec 30, 2025
5 checks passed
@linrongbin16 linrongbin16 deleted the bump-commons branch December 30, 2025 06:59
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.

Migrate to new async/coroutine module

1 participant