Skip to content

Commit

Permalink
feat: add bufnr information in LspointsAttach autocmd
Browse files Browse the repository at this point in the history
mityu committed Oct 12, 2024
1 parent 5f9329b commit 93df6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/lspoints/lspoints.ts
Original file line number Diff line number Diff line change
@@ -188,7 +188,7 @@ export class Lspoints {
);
},
);
await autocmd.emit(denops, "User", `LspointsAttach:${name}`);
await autocmd.emit(denops, "User", `LspointsAttach:${name}:${bufNr}`);
}

async notifyChange(

0 comments on commit 93df6a7

Please sign in to comment.