Skip to content

Commit

Permalink
commit c5ffbb3
Browse files Browse the repository at this point in the history
c5ffbb3 Revert "feat(lsit): add CocListMoved autocmd (#5098)" (#5101)
  • Loading branch information
fannheyward committed Aug 1, 2024
1 parent 3c2bd66 commit ae1a557
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67661,7 +67661,6 @@ var init_ui2 = __esm({
this.onLineChange(index);
this.window?.setCursor([lnum, col], true);
this.nvim.call("coc#list#select", [this.bufnr, lnum], true);
this.nvim.call("coc#util#do_autocmd", ["CocListMoved"], true);
}
async setIndex(index) {
if (index < 0 || index >= this.items.length) return;
Expand Down Expand Up @@ -76293,7 +76292,6 @@ var init_manager3 = __esm({
}
triggerCursorMoved() {
if (this.nvim.isVim) this.nvim.command("doautocmd <nomodeline> CursorMoved", true);
this.nvim.call("coc#util#do_autocmd", ["CocListMoved"], true);
}
async call(fname) {
if (this.session) return await this.session.call(fname);
Expand Down Expand Up @@ -89125,7 +89123,7 @@ var init_workspace2 = __esm({
}
async showInfo() {
let lines = [];
let version2 = workspace_default.version + (true ? "-39cd270f 2024-07-25 13:17:01 +0800" : "");
let version2 = workspace_default.version + (true ? "-c5ffbb3c 2024-08-01 17:40:42 +0800" : "");
lines.push("## versions");
lines.push("");
let out = await this.nvim.call("execute", ["version"]);
Expand Down

0 comments on commit ae1a557

Please sign in to comment.