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.
- package/lib/index.js +1 -0
- 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 {
|