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.
- package/lib/index.js +1 -1
- 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#
|
|
7410
|
+
import_coc12.workspace.nvim.call("coc#ui#preview_info", [lines, "diff"], true);
|
|
7411
7411
|
}
|
|
7412
7412
|
}
|
|
7413
7413
|
setBufferStatus(status) {
|