coc-git 2.4.5 → 2.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +1 -0
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -6629,6 +6629,7 @@ var GitBuffer = class {
6629
6629
  await buffer.clearNamespace(virtualTextSrcId);
6630
6630
  if (import_coc11.workspace.has("nvim-0.6.0")) {
6631
6631
  await buffer.setExtMark(virtualTextSrcId, lnum - 1, 0, {
6632
+ hl_mode: "combine",
6632
6633
  virt_text: [[prefix + blameText, "CocCodeLens"]]
6633
6634
  });
6634
6635
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coc-git",
3
- "version": "2.4.5",
3
+ "version": "2.4.6",
4
4
  "description": "Git extension for coc.nvim",
5
5
  "main": "lib/index.js",
6
6
  "publisher": "chemzqm",