coc-git 2.5.2 → 2.5.3

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 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -7407,7 +7407,7 @@ var GitBuffer = class {
7407
7407
  await this.floatFactory.show(docs, this.config.floatConfig);
7408
7408
  } else {
7409
7409
  const lines = content.split("\n");
7410
- import_coc12.workspace.nvim.call("coc#util#preview_info", [lines, "diff"], true);
7410
+ import_coc12.workspace.nvim.call("coc#ui#preview_info", [lines, "diff"], true);
7411
7411
  }
7412
7412
  }
7413
7413
  setBufferStatus(status) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coc-git",
3
- "version": "2.5.2",
3
+ "version": "2.5.3",
4
4
  "description": "Git extension for coc.nvim",
5
5
  "main": "lib/index.js",
6
6
  "publisher": "chemzqm",